Shades of Conifer #C5EA56
Tints of Conifer #C5EA56
RGB
CMYK
RGB Variations
Color information
#C5EA56 (or 0xC5EA56) is known color: Conifer. HEX triplet: C5, EA and 56. RGB value is (197,234,86). Sum of RGB (Red+Green+Blue) = 197+234+86=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 86 (33.98% from 255 or 16.63% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EA56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EA56 is #3A15A9. Grayscale: #CECECE. Windows color (decimal): -3806634 or 5696197. OLE color: 5696197.
HSL color Cylindrical-coordinate representation of color #C5EA56: hue angle of 75º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5EA56 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 234 | 86 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.08 |
| HSL | 75º | 0.78% | 0.63% | - |
| HSV(B) | 75º | 0.63% | 0.92% | - |
| XYZ | 54.13 | 71.39 | 19.73 | - |
| YUV | 206.07 | 60.24 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 234 | 86 | 0.16 | 0 | 0.63 | 0.08 | 75 | 0.78 | 0.63 |
| Hex | C5 | EA | 56 | 10 | 0 | 3F | 8 | 4B | 4E | 3F |
| Octal | 305 | 352 | 126 | 20 | 0 | 77 | 10 | 113 | 116 | 77 |
| Binary | 11000101 | 11101010 | 1010110 | 10000 | 0 | 111111 | 1000 | 1001011 | 1001110 | 111111 |
Color Harmonies of #C5EA56
Complementary color
Monochromatic Colors of #C5EA56
Black with #C5EA56
Text Example
Text Example
White with #C5EA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EA56; }
p { color: rgb(197,234,86); }
H1.HeaderClassName
{
color: #C5EA56;
}
.AnyTagClassName
{
color: #C5EA56;
}
</style>
background-color css
<style>
a { background-color: #C5EA56; }
a { background-color: rgb(197,234,86); }
div.DivClassName
{
background-color: #C5EA56;
}
.BgClassName
{
background-color: #C5EA56;
}
</style>
border-color css
<style>
span { border-color: #C5EA56; }
span { border-color: rgb(197,234,86); }
td.TdClassName
{
border-color: #C5EA56;
}
.TagClassName
{
border-color: #C5EA56;
}
</style>