Shades of Conifer #C5E956
Tints of Conifer #C5E956
RGB
CMYK
RGB Variations
Color information
#C5E956 (or 0xC5E956) is known color: Conifer. HEX triplet: C5, E9 and 56. RGB value is (197,233,86). Sum of RGB (Red+Green+Blue) = 197+233+86=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 86 (33.98% from 255 or 16.67% from 516); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E956 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E956 is #3A16A9. Grayscale: #CECECE. Windows color (decimal): -3806890 or 5695941. OLE color: 5695941.
HSL color Cylindrical-coordinate representation of color #C5E956: hue angle of 74.69º 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 #C5E956 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 233 | 86 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.09 |
| HSL | 74.69º | 0.77% | 0.63% | - |
| HSV(B) | 74.69º | 0.63% | 0.91% | - |
| XYZ | 53.84 | 70.82 | 19.64 | - |
| YUV | 205.48 | 60.57 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 233 | 86 | 0.15 | 0 | 0.63 | 0.09 | 74.69 | 0.77 | 0.63 |
| Hex | C5 | E9 | 56 | F | 0 | 3F | 9 | 4B | 4D | 3F |
| Octal | 305 | 351 | 126 | 17 | 0 | 77 | 11 | 113 | 115 | 77 |
| Binary | 11000101 | 11101001 | 1010110 | 1111 | 0 | 111111 | 1001 | 1001011 | 1001101 | 111111 |
Color Harmonies of #C5E956
Complementary color
Monochromatic Colors of #C5E956
Black with #C5E956
Text Example
Text Example
White with #C5E956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E956; }
p { color: rgb(197,233,86); }
H1.HeaderClassName
{
color: #C5E956;
}
.AnyTagClassName
{
color: #C5E956;
}
</style>
background-color css
<style>
a { background-color: #C5E956; }
a { background-color: rgb(197,233,86); }
div.DivClassName
{
background-color: #C5E956;
}
.BgClassName
{
background-color: #C5E956;
}
</style>
border-color css
<style>
span { border-color: #C5E956; }
span { border-color: rgb(197,233,86); }
td.TdClassName
{
border-color: #C5E956;
}
.TagClassName
{
border-color: #C5E956;
}
</style>