Shades of Conifer #C2E956
Tints of Conifer #C2E956
RGB
CMYK
RGB Variations
Color information
#C2E956 (or 0xC2E956) is known color: Conifer. HEX triplet: C2, E9 and 56. RGB value is (194,233,86). Sum of RGB (Red+Green+Blue) = 194+233+86=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 86 (33.98% from 255 or 16.76% from 513); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E956 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E956 is #3D16A9. Grayscale: #CDCDCD. Windows color (decimal): -4003498 or 5695938. OLE color: 5695938.
HSL color Cylindrical-coordinate representation of color #C2E956: hue angle of 75.92º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2E956 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 233 | 86 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.09 |
| HSL | 75.92º | 0.77% | 0.63% | - |
| HSV(B) | 75.92º | 0.63% | 0.91% | - |
| XYZ | 53.07 | 70.42 | 19.6 | - |
| YUV | 204.58 | 61.08 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 233 | 86 | 0.17 | 0 | 0.63 | 0.09 | 75.92 | 0.77 | 0.63 |
| Hex | C2 | E9 | 56 | 11 | 0 | 3F | 9 | 4C | 4D | 3F |
| Octal | 302 | 351 | 126 | 21 | 0 | 77 | 11 | 114 | 115 | 77 |
| Binary | 11000010 | 11101001 | 1010110 | 10001 | 0 | 111111 | 1001 | 1001100 | 1001101 | 111111 |
Color Harmonies of #C2E956
Complementary color
Monochromatic Colors of #C2E956
Black with #C2E956
Text Example
Text Example
White with #C2E956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E956; }
p { color: rgb(194,233,86); }
H1.HeaderClassName
{
color: #C2E956;
}
.AnyTagClassName
{
color: #C2E956;
}
</style>
background-color css
<style>
a { background-color: #C2E956; }
a { background-color: rgb(194,233,86); }
div.DivClassName
{
background-color: #C2E956;
}
.BgClassName
{
background-color: #C2E956;
}
</style>
border-color css
<style>
span { border-color: #C2E956; }
span { border-color: rgb(194,233,86); }
td.TdClassName
{
border-color: #C2E956;
}
.TagClassName
{
border-color: #C2E956;
}
</style>