Shades of Conifer #C0DE60
Tints of Conifer #C0DE60
RGB
CMYK
RGB Variations
Color information
#C0DE60 (or 0xC0DE60) is known color: Conifer. HEX triplet: C0, DE and 60. RGB value is (192,222,96). Sum of RGB (Red+Green+Blue) = 192+222+96=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 96 (37.89% from 255 or 18.82% from 510); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DE60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DE60 is #3F219F. Grayscale: #C7C7C7. Windows color (decimal): -4137376 or 6348480. OLE color: 6348480.
HSL color Cylindrical-coordinate representation of color #C0DE60: hue angle of 74.29º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0DE60 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 96 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.13 |
| HSL | 74.29º | 0.66% | 0.62% | - |
| HSV(B) | 74.29º | 0.57% | 0.87% | - |
| XYZ | 49.97 | 64.29 | 20.84 | - |
| YUV | 198.67 | 70.06 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 96 | 0.14 | 0 | 0.57 | 0.13 | 74.29 | 0.66 | 0.62 |
| Hex | C0 | DE | 60 | E | 0 | 39 | D | 4A | 42 | 3E |
| Octal | 300 | 336 | 140 | 16 | 0 | 71 | 15 | 112 | 102 | 76 |
| Binary | 11000000 | 11011110 | 1100000 | 1110 | 0 | 111001 | 1101 | 1001010 | 1000010 | 111110 |
Color Harmonies of #C0DE60
Complementary color
Monochromatic Colors of #C0DE60
Black with #C0DE60
Text Example
Text Example
White with #C0DE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DE60; }
p { color: rgb(192,222,96); }
H1.HeaderClassName
{
color: #C0DE60;
}
.AnyTagClassName
{
color: #C0DE60;
}
</style>
background-color css
<style>
a { background-color: #C0DE60; }
a { background-color: rgb(192,222,96); }
div.DivClassName
{
background-color: #C0DE60;
}
.BgClassName
{
background-color: #C0DE60;
}
</style>
border-color css
<style>
span { border-color: #C0DE60; }
span { border-color: rgb(192,222,96); }
td.TdClassName
{
border-color: #C0DE60;
}
.TagClassName
{
border-color: #C0DE60;
}
</style>