Shades of Conifer #C2E860
Tints of Conifer #C2E860
RGB
CMYK
RGB Variations
Color information
#C2E860 (or 0xC2E860) is known color: Conifer. HEX triplet: C2, E8 and 60. RGB value is (194,232,96). Sum of RGB (Red+Green+Blue) = 194+232+96=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 232 (91.02% from 255 or 44.44% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 232 - color contains mainly: green. Hex color #C2E860 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E860 is #3D179F. Grayscale: #CDCDCD. Windows color (decimal): -4003744 or 6351042. OLE color: 6351042.
HSL color Cylindrical-coordinate representation of color #C2E860: hue angle of 76.76º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2E860 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 232 | 96 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.09 |
| HSL | 76.76º | 0.75% | 0.64% | - |
| HSV(B) | 76.76º | 0.59% | 0.91% | - |
| XYZ | 53.22 | 70.03 | 21.78 | - |
| YUV | 205.13 | 66.41 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 232 | 96 | 0.16 | 0 | 0.59 | 0.09 | 76.76 | 0.75 | 0.64 |
| Hex | C2 | E8 | 60 | 10 | 0 | 3B | 9 | 4D | 4B | 40 |
| Octal | 302 | 350 | 140 | 20 | 0 | 73 | 11 | 115 | 113 | 100 |
| Binary | 11000010 | 11101000 | 1100000 | 10000 | 0 | 111011 | 1001 | 1001101 | 1001011 | 1000000 |
Color Harmonies of #C2E860
Complementary color
Monochromatic Colors of #C2E860
Black with #C2E860
Text Example
Text Example
White with #C2E860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E860; }
p { color: rgb(194,232,96); }
H1.HeaderClassName
{
color: #C2E860;
}
.AnyTagClassName
{
color: #C2E860;
}
</style>
background-color css
<style>
a { background-color: #C2E860; }
a { background-color: rgb(194,232,96); }
div.DivClassName
{
background-color: #C2E860;
}
.BgClassName
{
background-color: #C2E860;
}
</style>
border-color css
<style>
span { border-color: #C2E860; }
span { border-color: rgb(194,232,96); }
td.TdClassName
{
border-color: #C2E860;
}
.TagClassName
{
border-color: #C2E860;
}
</style>