Shades of Conifer #C0E464
Tints of Conifer #C0E464
RGB
CMYK
RGB Variations
Color information
#C0E464 (or 0xC0E464) is known color: Conifer. HEX triplet: C0, E4 and 64. RGB value is (192,228,100). Sum of RGB (Red+Green+Blue) = 192+228+100=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 228 (89.45% from 255 or 43.85% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E464 is #3F1B9B. Grayscale: #CBCBCB. Windows color (decimal): -4135836 or 6612160. OLE color: 6612160.
HSL color Cylindrical-coordinate representation of color #C0E464: hue angle of 76.88º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0E464 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 228 | 100 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.11 |
| HSL | 76.88º | 0.7% | 0.64% | - |
| HSV(B) | 76.88º | 0.56% | 0.89% | - |
| XYZ | 51.78 | 67.61 | 22.38 | - |
| YUV | 202.64 | 70.07 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 228 | 100 | 0.16 | 0 | 0.56 | 0.11 | 76.88 | 0.7 | 0.64 |
| Hex | C0 | E4 | 64 | 10 | 0 | 38 | B | 4D | 46 | 40 |
| Octal | 300 | 344 | 144 | 20 | 0 | 70 | 13 | 115 | 106 | 100 |
| Binary | 11000000 | 11100100 | 1100100 | 10000 | 0 | 111000 | 1011 | 1001101 | 1000110 | 1000000 |
Color Harmonies of #C0E464
Complementary color
Monochromatic Colors of #C0E464
Black with #C0E464
Text Example
Text Example
White with #C0E464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E464; }
p { color: rgb(192,228,100); }
H1.HeaderClassName
{
color: #C0E464;
}
.AnyTagClassName
{
color: #C0E464;
}
</style>
background-color css
<style>
a { background-color: #C0E464; }
a { background-color: rgb(192,228,100); }
div.DivClassName
{
background-color: #C0E464;
}
.BgClassName
{
background-color: #C0E464;
}
</style>
border-color css
<style>
span { border-color: #C0E464; }
span { border-color: rgb(192,228,100); }
td.TdClassName
{
border-color: #C0E464;
}
.TagClassName
{
border-color: #C0E464;
}
</style>