crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#c0d185 hex color - Green - Warm color - Information

#c0d185 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #c0d185 Color code in RGB color code model is created after adding 75.29% red color, 81.96% green color and 52.16% blue color. Hex #c0d185 Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 0% magenta, 36% yellow and 18% black.

Hex #c0d185 color code is between #bbcc88 web safe hex color code and #ccdd77 web safe hex color code. #bbcc88 is the nearest web safe color code. You can see here many more shades of #c0d185 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec0d185#c0d185
RGB Decimal192, 209, 133rgb(192, 209, 133)
RGB Percent75%, 82%, 52%rgb(75%, 82%, 52%)
CSS RGBa192, 209, 133,1rgba(192,209,133,1)
CMYK Modelcmyk(8%,0%,36%,18%)
HSL Color Space73,45% ,67%hsl(73,45% ,67%)
HSV Color Space73°, 36%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000001101000110000101
Octal300321205
Decimal192209133
Hexc0d185

Different shades of #c0d185 color code.

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

Light Shade of #c0d185
#d3dfaa
Dark Shade of #c0d185
#adc360
Saturated Shade of #c0d185
#c5d97d
Desaturated Shade of #c0d185
#bbc98d
Grey scale Shade of #c0d185
#ababab
Brighten Shade
#d9ea9e
Most Readable Shade
#000000

Shades of #c0d185 color code

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

#c0d185
#aab976
#95a267
#808b58
#6a7449
#555c3b
#40452c
#2a2e1d
#15170e
#000000

Similar Color like #c0d185 color

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

#c1d286
#c2d387
#c3d488
#c4d589
#c5d68a
#c6d78b
#c7d88c
#c8d98d
#c9da8e
#cadb8f
#cbdc90
#ccdd91
#cdde92
#cedf93
#bfd084
#becf83
#bdce82
#bccd81
#bbcc80
#bacb7f
#b9ca7e
#b8c97d
#b7c87c
#b6c77b
#b5c67a
#b4c579
#b3c478
#b2c377

Monochromatic Color with #c0d185

#c0d185
#e7fba0
#242719
#4b5134
#727c4f
#99a66a

Tints of #c0d185 Color

#c0d185
#c7d692
#cedba0
#d5e0ad
#dce5bb
#e3eac8
#eaefd6
#f1f4e3
#f8f9f1
#ffffff

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

#c0d185
#9685d1

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

Split Complementary

#c0d185
#859ad1
#bc85d1

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

Analogous Color

#d1c485
#cfd185
#c0d185
#b1d185
#a2d185

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

#c0d185
#85c0d1
#d185c0

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

#c0d185
#85d1bc
#9685d1
#d1859a

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

Double Complementary Color

#c0d185
#9685d1
#bc85d1
#9ad185

Double Complementary 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).

Hex #c0d185 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.

#c0d185 Color Code Preview on Black Background Color

This is how #c0d185 Color will look on black background color. Color contrast ratio is 12.70

#c0d185 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c0d185

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c0d185

#c0d185 color code is use for CSS Background Color

Background color for the above div is #c0d185

HTML with inline CSS

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

#c0d185 color code is use for CSS Border Color

CSS Border color for the above div is #c0d185

HTML with inline CSS

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

CSS Border Left color for the above div is #c0d185

HTML with inline CSS

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

CSS Border Right color for the above div is #c0d185

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c0d185

HTML with inline CSS

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

CSS Border Top color for the above div is #c0d185

HTML with inline CSS

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

#c0d185 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c0d185 Color code Preview on White Background

This is how #c0d185 Color code will look on white background color. Color contrast ratio is 1.65

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 #c0d185; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c0d185; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.