Shades of Conifer #C2E960
Tints of Conifer #C2E960
RGB
CMYK
RGB Variations
Color information
#C2E960 (or 0xC2E960) is known color: Conifer. HEX triplet: C2, E9 and 60. RGB value is (194,233,96). Sum of RGB (Red+Green+Blue) = 194+233+96=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E960 is #3D169F. Grayscale: #CECECE. Windows color (decimal): -4003488 or 6351298. OLE color: 6351298.
HSL color Cylindrical-coordinate representation of color #C2E960: hue angle of 77.08º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2E960 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 233 | 96 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.09 |
| HSL | 77.08º | 0.76% | 0.65% | - |
| HSV(B) | 77.08º | 0.59% | 0.91% | - |
| XYZ | 53.5 | 70.59 | 21.87 | - |
| YUV | 205.72 | 66.08 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 233 | 96 | 0.17 | 0 | 0.59 | 0.09 | 77.08 | 0.76 | 0.65 |
| Hex | C2 | E9 | 60 | 11 | 0 | 3B | 9 | 4D | 4C | 41 |
| Octal | 302 | 351 | 140 | 21 | 0 | 73 | 11 | 115 | 114 | 101 |
| Binary | 11000010 | 11101001 | 1100000 | 10001 | 0 | 111011 | 1001 | 1001101 | 1001100 | 1000001 |
Color Harmonies of #C2E960
Complementary color
Monochromatic Colors of #C2E960
Black with #C2E960
Text Example
Text Example
White with #C2E960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E960; }
p { color: rgb(194,233,96); }
H1.HeaderClassName
{
color: #C2E960;
}
.AnyTagClassName
{
color: #C2E960;
}
</style>
background-color css
<style>
a { background-color: #C2E960; }
a { background-color: rgb(194,233,96); }
div.DivClassName
{
background-color: #C2E960;
}
.BgClassName
{
background-color: #C2E960;
}
</style>
border-color css
<style>
span { border-color: #C2E960; }
span { border-color: rgb(194,233,96); }
td.TdClassName
{
border-color: #C2E960;
}
.TagClassName
{
border-color: #C2E960;
}
</style>