Shades of Conifer #C5EA51
Tints of Conifer #C5EA51
RGB
CMYK
RGB Variations
Color information
#C5EA51 (or 0xC5EA51) is known color: Conifer. HEX triplet: C5, EA and 51. RGB value is (197,234,81). Sum of RGB (Red+Green+Blue) = 197+234+81=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 81 (32.03% from 255 or 15.82% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EA51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EA51 is #3A15AE. Grayscale: #CECECE. Windows color (decimal): -3806639 or 5368517. OLE color: 5368517.
HSL color Cylindrical-coordinate representation of color #C5EA51: hue angle of 74.51º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5EA51 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 234 | 81 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.08 |
| HSL | 74.51º | 0.78% | 0.62% | - |
| HSV(B) | 74.51º | 0.65% | 0.92% | - |
| XYZ | 53.93 | 71.31 | 18.71 | - |
| YUV | 205.5 | 57.74 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 234 | 81 | 0.16 | 0 | 0.65 | 0.08 | 74.51 | 0.78 | 0.62 |
| Hex | C5 | EA | 51 | 10 | 0 | 41 | 8 | 4B | 4E | 3E |
| Octal | 305 | 352 | 121 | 20 | 0 | 101 | 10 | 113 | 116 | 76 |
| Binary | 11000101 | 11101010 | 1010001 | 10000 | 0 | 1000001 | 1000 | 1001011 | 1001110 | 111110 |
Color Harmonies of #C5EA51
Complementary color
Monochromatic Colors of #C5EA51
Black with #C5EA51
Text Example
Text Example
White with #C5EA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EA51; }
p { color: rgb(197,234,81); }
H1.HeaderClassName
{
color: #C5EA51;
}
.AnyTagClassName
{
color: #C5EA51;
}
</style>
background-color css
<style>
a { background-color: #C5EA51; }
a { background-color: rgb(197,234,81); }
div.DivClassName
{
background-color: #C5EA51;
}
.BgClassName
{
background-color: #C5EA51;
}
</style>
border-color css
<style>
span { border-color: #C5EA51; }
span { border-color: rgb(197,234,81); }
td.TdClassName
{
border-color: #C5EA51;
}
.TagClassName
{
border-color: #C5EA51;
}
</style>