Shades of Conifer #C2E160
Tints of Conifer #C2E160
RGB
CMYK
RGB Variations
Color information
#C2E160 (or 0xC2E160) is known color: Conifer. HEX triplet: C2, E1 and 60. RGB value is (194,225,96). Sum of RGB (Red+Green+Blue) = 194+225+96=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E160 is #3D1E9F. Grayscale: #C9C9C9. Windows color (decimal): -4005536 or 6349250. OLE color: 6349250.
HSL color Cylindrical-coordinate representation of color #C2E160: hue angle of 74.42º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2E160 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 225 | 96 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.12 |
| HSL | 74.42º | 0.68% | 0.63% | - |
| HSV(B) | 74.42º | 0.57% | 0.88% | - |
| XYZ | 51.28 | 66.16 | 21.13 | - |
| YUV | 201.03 | 68.73 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 96 | 0.14 | 0 | 0.57 | 0.12 | 74.42 | 0.68 | 0.63 |
| Hex | C2 | E1 | 60 | E | 0 | 39 | C | 4A | 44 | 3F |
| Octal | 302 | 341 | 140 | 16 | 0 | 71 | 14 | 112 | 104 | 77 |
| Binary | 11000010 | 11100001 | 1100000 | 1110 | 0 | 111001 | 1100 | 1001010 | 1000100 | 111111 |
Color Harmonies of #C2E160
Complementary color
Monochromatic Colors of #C2E160
Black with #C2E160
Text Example
Text Example
White with #C2E160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E160; }
p { color: rgb(194,225,96); }
H1.HeaderClassName
{
color: #C2E160;
}
.AnyTagClassName
{
color: #C2E160;
}
</style>
background-color css
<style>
a { background-color: #C2E160; }
a { background-color: rgb(194,225,96); }
div.DivClassName
{
background-color: #C2E160;
}
.BgClassName
{
background-color: #C2E160;
}
</style>
border-color css
<style>
span { border-color: #C2E160; }
span { border-color: rgb(194,225,96); }
td.TdClassName
{
border-color: #C2E160;
}
.TagClassName
{
border-color: #C2E160;
}
</style>