COLOR #C0DB5F

HEX: #C0DB5F
RGB: (192,219,95)

Color info

#C0DB5F contains mainly red and green colors. Web safe color of #C0DB5F is #CCCC66 (or #CC6).

RGB color model

#C0DB5F color RGB value is (192,219,95).

  • red value is 192;
  • green value is 219;
  • blue value is 95.
RGB:
(192,219,95)
(75%,86%,37%)

RGB channels and saturation

R 192 of 255 = 75%
G 219 of 255 = 86%
B 95 of 255 = 37%

192
219
95

R + G + B ~ 66%. #C0DB5F is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 219 + 95 = 506 (100%)
R 192 of 506 ~ 37.94%
G 219 of 506 ~ 43.28%
B 95 of 506 ~ 18.77%

%37.94
%43.28
%18.77

CMYK color model

#C0DB5F color CMYK value is (12,0,57,14).

  • cyan value is 12.33%
  • magenta value is 0.00%
  • yellow value is 56.62%
  • key color value is 14.12%
CMYK:
(12,0,57,14)
C12M0Y57K14 
(12%,0%,57%,14%)
(0.12/0.00/0.57/0.14)	

CMYK percentages

%12.33
%0
%56.62
%14.12

Codes

Color #C0DB5F in popluar color models

C0DB5F
RGB19221995
HSL73°63.27%61.57%
HSB/HSV73°56.62%85.88%
CMYK12.33%0.00%56.62%
14.12%

Color #C0DB5F in popluar number systems.

HEXC0DB5F
Decimal19221995
Binary11000000110110111011111
Octal300333137

Shades and tints

Shades of #C0DB5F

#C0DB5F
(192,219,95)
#AFC857
(175,200,87)
#9EB54F
(158,181,79)
#8DA247
(141,162,71)
#7C8F3F
(124,143,63)
#6B7C37
(107,124,55)
#5A692F
(90,105,47)
#495627
(73,86,39)
#38431F
(56,67,31)
#273017
(39,48,23)
#161D0F
(22,29,15)
#000000
(0,0,0)

Tints of #C0DB5F

#C0DB5F
(192,219,95)
#C5DE6D
(197,222,109)
#CAE17B
(202,225,123)
#CFE489
(207,228,137)
#D4E797
(212,231,151)
#D9EAA5
(217,234,165)
#DEEDB3
(222,237,179)
#E3F0C1
(227,240,193)
#E8F3CF
(232,243,207)
#EDF6DD
(237,246,221)
#F2F9EB
(242,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0DB5F color. Also use rgb(192,219,95) instead hex code.

Text Font Color

.myTextColor { color: #C0DB5F; }

<p style="color:#C0DB5F">This sample text font color is #C0DB5F.</p>

This text font color is #C0DB5F.


Background Color

.myBgColor { background-color: #C0DB5F; }

<div style="background-color:#C0DB5F">Inner text</div>

This div background color is #C0DB5F.


Border color

.myBorderColor { border: 1px solid #C0DB5F; }

<div style="border:3px solid #C0DB5F">Div</div>

This div border color is #C0DB5F.


Opacity

.myOpacity80 { color: #C0DB5F; opacity: 0.8; }

<p style="color:#C0DB5F;opacity:0.8;">80%</p>

Text with #C0DB5F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C0DB5F;}

<p style="text-shadow: 3px 3px 1px #C0DB5F">Text here.</p>

This text has shadow with #C0DB5F color.

.textShadow {text-shadow: 3px 3px 1px #C0DB5F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C0DB5F, 5px 5px 20px red">Text here.</p>

This text has shadow with #C0DB5F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C0DB5F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C0DB5F, Direction=45, Strength=4)">Text</p>

This text has shadow with #C0DB5F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C0DB5F;
  -webkit-box-shadow:	1px 1px 3px 2px #C0DB5F;
  box-shadow:		1px 1px 3px 2px #C0DB5F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C0DB5F;
-webkit-box-shadow: 1px 1px 3px 2px #C0DB5F;
box-shadow:1px 1px 3px 2px #C0DB5F;">
Div content here</div>
This div box has shadow with color #C0DB5F.

Preview

Color preview on black background

This text has color #C0DB5F on black background.


Color preview on white background

This text has color #C0DB5F on white background.



Black color preview on #C0DB5F background

This text has black color on #C0DB5F background.


White color preview on #C0DB5F background

This text has white color on #C0DB5F background.