Shades of Conifer #C5E856
Tints of Conifer #C5E856
RGB
CMYK
RGB Variations
Color information
#C5E856 (or 0xC5E856) is known color: Conifer. HEX triplet: C5, E8 and 56. RGB value is (197,232,86). Sum of RGB (Red+Green+Blue) = 197+232+86=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 232 (91.02% from 255 or 45.05% from 515); Blue value is 86 (33.98% from 255 or 16.70% from 515); Max value from RGB is 232 - color contains mainly: green. Hex color #C5E856 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E856 is #3A17A9. Grayscale: #CDCDCD. Windows color (decimal): -3807146 or 5695685. OLE color: 5695685.
HSL color Cylindrical-coordinate representation of color #C5E856: hue angle of 74.38º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5E856 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 232 | 86 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.09 |
| HSL | 74.38º | 0.76% | 0.62% | - |
| HSV(B) | 74.38º | 0.63% | 0.91% | - |
| XYZ | 53.56 | 70.26 | 19.54 | - |
| YUV | 204.89 | 60.9 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 232 | 86 | 0.15 | 0 | 0.63 | 0.09 | 74.38 | 0.76 | 0.62 |
| Hex | C5 | E8 | 56 | F | 0 | 3F | 9 | 4A | 4C | 3E |
| Octal | 305 | 350 | 126 | 17 | 0 | 77 | 11 | 112 | 114 | 76 |
| Binary | 11000101 | 11101000 | 1010110 | 1111 | 0 | 111111 | 1001 | 1001010 | 1001100 | 111110 |
Color Harmonies of #C5E856
Complementary color
Monochromatic Colors of #C5E856
Black with #C5E856
Text Example
Text Example
White with #C5E856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E856; }
p { color: rgb(197,232,86); }
H1.HeaderClassName
{
color: #C5E856;
}
.AnyTagClassName
{
color: #C5E856;
}
</style>
background-color css
<style>
a { background-color: #C5E856; }
a { background-color: rgb(197,232,86); }
div.DivClassName
{
background-color: #C5E856;
}
.BgClassName
{
background-color: #C5E856;
}
</style>
border-color css
<style>
span { border-color: #C5E856; }
span { border-color: rgb(197,232,86); }
td.TdClassName
{
border-color: #C5E856;
}
.TagClassName
{
border-color: #C5E856;
}
</style>