Skip to main content Skip to docs navigation

#c3cd0d hex color | Download Dark Green BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Cricket Chirping and its hex is #C7C10C Nearest Color Name

Color Hue/Base color: Green

Hex #c3cd0d Color code in RGB color code model is created after adding 76.47% red color, 80.39% green color and 5.1% blue color. Hex #c3cd0d Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 0% magenta, 94% yellow and 19.61% black.

Hex #c3cd0d color code is between #bbcc11 web safe hex color code and #ccdd00 web safe hex color code. #bbcc11 is the nearest web safe color code. You can see here many more shades of #c3cd0d color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code c3cd0d #c3cd0d
RGB Decimal 195, 205, 13 195, 205, 13
RGB Percent 76%, 80%, 5% rgb(76%, 80%, 5%)
CSS RGBa 195, 205, 13,1 rgba(195,205,13,1)
CMYK Model cmyk(5%,0%,94%,19.61%)
HSL Color Space 63,88% ,43% hsl(63,88% ,43%)
HSV Color Space 63°, 94%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000011 11001101 00001101
Octal 303 315 15
Decimal 195 205 13
Hex c3 cd 0d

Different shades of #c3cd0d color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #c3cd0d
#3a3d04
Darker of #c3cd0d
#686d07
Dark of #c3cd0d
#959d0a
Base of #c3cd0d
#c3cd0d
Light of #c3cd0d
#e6f11c
Lighter
#ebf44c
Lightest
#f0f77c

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#c3cd0d
#170dcd

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#c3cd0d
#0d63cd
#770dcd

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#cd670d
#cd870d
#c3cd0d
#83cd0d
#33cd0d

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#c3cd0d
#cd0dc3
#0dc3cd

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#c3cd0d
#0dc3cd
#170dcd
#cd170d

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#c3cd0d
#0dcd77
#170dcd
#cd0d63

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #c3cd0d

#0d0d01
#3a3d04
#686d07
#959d0a
#c3cd0d
#e6f11c
#ebf44c
#f0f77c
#f6faac

Tints of #c3cd0d Color

#c3cd0d
#c9d227
#d0d842
#d7dd5d
#dde378
#e4e893
#ebeeae
#f1f3c9
#f8f9e4
#ffffff

Shades of #c3cd0d color code

Generate more color scales with scales (color stack) generator.

#c3cd0d
#adb60b
#979f0a
#828808
#6c7107
#565b05
#414404
#2b2d02
#151601
#000000

Tones

#c3cd0d
#afb723
#9ca139
#888c4e
#757664

Tones

Similar Color like #c3cd0d color

Find visually similar hex color codes nearing to #c3cd0d hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#c4ce0e
#c5cf0f
#c6d010
#c7d111
#c8d212
#c9d313
#cad414
#cbd515
#ccd616
#cdd717
#ced818
#cfd919
#d0da1a
#d1db1b
#c2cc0c
#c1cb0b
#c0ca0a
#bfc909
#bec808
#bdc707
#bcc606
#bbc505
#bac404
#b9c303
#b8c202
#b7c101
#b6c000
#b5bf00

Download this Dark Green

Hex #c3cd0d Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#c3cd0d Color Code Preview on Black Background Color

This is how #c3cd0d Color will look on black background color. Color contrast ratio is 12.06

#c3cd0d in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#c3cd0d">Your Example Paragraph content text in with font color #c3cd0d </p>

Your Example Paragraph content text in with font color #c3cd0d

HTML with inline CSS

<div style="color:#c3cd0d">Your Paragraph text in with font color #c3cd0d </div>

Your Example Paragraph content text in with font color #c3cd0d

#c3cd0d color code is use for CSS Background Color

Background color for the above div is #c3cd0d

HTML with inline CSS

<div style="background-color:#c3cd0d;"></div>

#c3cd0d color code is use for CSS Border Color

CSS Border color for the above div is #c3cd0d

HTML with inline CSS

<div style="border:5px solid #c3cd0d;"></div>

CSS Border Left color for the above div is #c3cd0d

HTML with inline CSS

<div style="border-left:5px solid #c3cd0d;"></div>

CSS Border Right color for the above div is #c3cd0d

HTML with inline CSS

<div style="border-right:5px solid #c3cd0d;"></div>

CSS Border Bottom color for the above div is #c3cd0d

HTML with inline CSS

<div style="border-bottom:5px solid #c3cd0d;"></div>

CSS Border Top color for the above div is #c3cd0d

HTML with inline CSS

<div style="border-top:5px solid #c3cd0d;"></div>

#c3cd0d hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#c3cd0d; } .examplecolorclass {color:#c3cd0d; } .examplebordercolor {border:3px solid #c3cd0d; }

#c3cd0d Color code Preview on White Background

This is how #c3cd0d Color code will look on white background color. Color contrast ratio is 1.74

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #c3cd0d; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c3cd0d; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(195,205,13,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(23,13,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(195,205,13,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }