Shades of Conifer #C0DB4F
Tints of Conifer #C0DB4F
RGB
CMYK
RGB Variations
Color information
#C0DB4F (or 0xC0DB4F) is known color: Conifer. HEX triplet: C0, DB and 4F. RGB value is (192,219,79). Sum of RGB (Red+Green+Blue) = 192+219+79=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 79 (31.25% from 255 or 16.12% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DB4F is #3F24B0. Grayscale: #C3C3C3. Windows color (decimal): -4138161 or 5233600. OLE color: 5233600.
HSL color Cylindrical-coordinate representation of color #C0DB4F: hue angle of 71.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0DB4F is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 79 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.14 |
| HSL | 71.57º | 0.66% | 0.58% | - |
| HSV(B) | 71.57º | 0.64% | 0.86% | - |
| XYZ | 48.48 | 62.43 | 16.89 | - |
| YUV | 194.97 | 62.55 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 79 | 0.12 | 0 | 0.64 | 0.14 | 71.57 | 0.66 | 0.58 |
| Hex | C0 | DB | 4F | C | 0 | 40 | E | 48 | 42 | 3A |
| Octal | 300 | 333 | 117 | 14 | 0 | 100 | 16 | 110 | 102 | 72 |
| Binary | 11000000 | 11011011 | 1001111 | 1100 | 0 | 1000000 | 1110 | 1001000 | 1000010 | 111010 |
Color Harmonies of #C0DB4F
Complementary color
Monochromatic Colors of #C0DB4F
Black with #C0DB4F
Text Example
Text Example
White with #C0DB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DB4F; }
p { color: rgb(192,219,79); }
H1.HeaderClassName
{
color: #C0DB4F;
}
.AnyTagClassName
{
color: #C0DB4F;
}
</style>
background-color css
<style>
a { background-color: #C0DB4F; }
a { background-color: rgb(192,219,79); }
div.DivClassName
{
background-color: #C0DB4F;
}
.BgClassName
{
background-color: #C0DB4F;
}
</style>
border-color css
<style>
span { border-color: #C0DB4F; }
span { border-color: rgb(192,219,79); }
td.TdClassName
{
border-color: #C0DB4F;
}
.TagClassName
{
border-color: #C0DB4F;
}
</style>