Shades of Conifer #C0DE5E
Tints of Conifer #C0DE5E
RGB
CMYK
RGB Variations
Color information
#C0DE5E (or 0xC0DE5E) is known color: Conifer. HEX triplet: C0, DE and 5E. RGB value is (192,222,94). Sum of RGB (Red+Green+Blue) = 192+222+94=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 222 (87.11% from 255 or 43.70% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DE5E is #3F21A1. Grayscale: #C6C6C6. Windows color (decimal): -4137378 or 6217408. OLE color: 6217408.
HSL color Cylindrical-coordinate representation of color #C0DE5E: hue angle of 74.06º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0DE5E is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 94 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.13 |
| HSL | 74.06º | 0.66% | 0.62% | - |
| HSV(B) | 74.06º | 0.58% | 0.87% | - |
| XYZ | 49.88 | 64.26 | 20.36 | - |
| YUV | 198.44 | 69.06 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 94 | 0.14 | 0 | 0.58 | 0.13 | 74.06 | 0.66 | 0.62 |
| Hex | C0 | DE | 5E | E | 0 | 3A | D | 4A | 42 | 3E |
| Octal | 300 | 336 | 136 | 16 | 0 | 72 | 15 | 112 | 102 | 76 |
| Binary | 11000000 | 11011110 | 1011110 | 1110 | 0 | 111010 | 1101 | 1001010 | 1000010 | 111110 |
Color Harmonies of #C0DE5E
Complementary color
Monochromatic Colors of #C0DE5E
Black with #C0DE5E
Text Example
Text Example
White with #C0DE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DE5E; }
p { color: rgb(192,222,94); }
H1.HeaderClassName
{
color: #C0DE5E;
}
.AnyTagClassName
{
color: #C0DE5E;
}
</style>
background-color css
<style>
a { background-color: #C0DE5E; }
a { background-color: rgb(192,222,94); }
div.DivClassName
{
background-color: #C0DE5E;
}
.BgClassName
{
background-color: #C0DE5E;
}
</style>
border-color css
<style>
span { border-color: #C0DE5E; }
span { border-color: rgb(192,222,94); }
td.TdClassName
{
border-color: #C0DE5E;
}
.TagClassName
{
border-color: #C0DE5E;
}
</style>