Shades of Conifer #C0E84A
Tints of Conifer #C0E84A
RGB
CMYK
RGB Variations
Color information
#C0E84A (or 0xC0E84A) is known color: Conifer. HEX triplet: C0, E8 and 4A. RGB value is (192,232,74). Sum of RGB (Red+Green+Blue) = 192+232+74=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 232 (91.02% from 255 or 46.59% from 498); Blue value is 74 (29.30% from 255 or 14.86% from 498); Max value from RGB is 232 - color contains mainly: green. Hex color #C0E84A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E84A is #3F17B5. Grayscale: #CACACA. Windows color (decimal): -4134838 or 4909248. OLE color: 4909248.
HSL color Cylindrical-coordinate representation of color #C0E84A: hue angle of 75.19º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0E84A is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 232 | 74 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.09 |
| HSL | 75.19º | 0.77% | 0.6% | - |
| HSV(B) | 75.19º | 0.68% | 0.91% | - |
| XYZ | 51.83 | 69.41 | 17.15 | - |
| YUV | 202.03 | 55.75 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 232 | 74 | 0.17 | 0 | 0.68 | 0.09 | 75.19 | 0.77 | 0.6 |
| Hex | C0 | E8 | 4A | 11 | 0 | 44 | 9 | 4B | 4D | 3C |
| Octal | 300 | 350 | 112 | 21 | 0 | 104 | 11 | 113 | 115 | 74 |
| Binary | 11000000 | 11101000 | 1001010 | 10001 | 0 | 1000100 | 1001 | 1001011 | 1001101 | 111100 |
Color Harmonies of #C0E84A
Complementary color
Monochromatic Colors of #C0E84A
Black with #C0E84A
Text Example
Text Example
White with #C0E84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E84A; }
p { color: rgb(192,232,74); }
H1.HeaderClassName
{
color: #C0E84A;
}
.AnyTagClassName
{
color: #C0E84A;
}
</style>
background-color css
<style>
a { background-color: #C0E84A; }
a { background-color: rgb(192,232,74); }
div.DivClassName
{
background-color: #C0E84A;
}
.BgClassName
{
background-color: #C0E84A;
}
</style>
border-color css
<style>
span { border-color: #C0E84A; }
span { border-color: rgb(192,232,74); }
td.TdClassName
{
border-color: #C0E84A;
}
.TagClassName
{
border-color: #C0E84A;
}
</style>