Shades of Conifer #C0DE61
Tints of Conifer #C0DE61
RGB
CMYK
RGB Variations
Color information
#C0DE61 (or 0xC0DE61) is known color: Conifer. HEX triplet: C0, DE and 61. RGB value is (192,222,97). Sum of RGB (Red+Green+Blue) = 192+222+97=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 97 (38.28% from 255 or 18.98% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DE61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DE61 is #3F219E. Grayscale: #C7C7C7. Windows color (decimal): -4137375 or 6414016. OLE color: 6414016.
HSL color Cylindrical-coordinate representation of color #C0DE61: hue angle of 74.4º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0DE61 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 97 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.13 |
| HSL | 74.4º | 0.65% | 0.63% | - |
| HSV(B) | 74.4º | 0.56% | 0.87% | - |
| XYZ | 50.02 | 64.31 | 21.09 | - |
| YUV | 198.78 | 70.56 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 97 | 0.14 | 0 | 0.56 | 0.13 | 74.4 | 0.65 | 0.63 |
| Hex | C0 | DE | 61 | E | 0 | 38 | D | 4A | 41 | 3F |
| Octal | 300 | 336 | 141 | 16 | 0 | 70 | 15 | 112 | 101 | 77 |
| Binary | 11000000 | 11011110 | 1100001 | 1110 | 0 | 111000 | 1101 | 1001010 | 1000001 | 111111 |
Color Harmonies of #C0DE61
Complementary color
Monochromatic Colors of #C0DE61
Black with #C0DE61
Text Example
Text Example
White with #C0DE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DE61; }
p { color: rgb(192,222,97); }
H1.HeaderClassName
{
color: #C0DE61;
}
.AnyTagClassName
{
color: #C0DE61;
}
</style>
background-color css
<style>
a { background-color: #C0DE61; }
a { background-color: rgb(192,222,97); }
div.DivClassName
{
background-color: #C0DE61;
}
.BgClassName
{
background-color: #C0DE61;
}
</style>
border-color css
<style>
span { border-color: #C0DE61; }
span { border-color: rgb(192,222,97); }
td.TdClassName
{
border-color: #C0DE61;
}
.TagClassName
{
border-color: #C0DE61;
}
</style>