Shades of Conifer #C5E959
Tints of Conifer #C5E959
RGB
CMYK
RGB Variations
Color information
#C5E959 (or 0xC5E959) is known color: Conifer. HEX triplet: C5, E9 and 59. RGB value is (197,233,89). Sum of RGB (Red+Green+Blue) = 197+233+89=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 233 (91.41% from 255 or 44.89% from 519); Blue value is 89 (35.16% from 255 or 17.15% from 519); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E959 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E959 is #3A16A6. Grayscale: #CECECE. Windows color (decimal): -3806887 or 5892549. OLE color: 5892549.
HSL color Cylindrical-coordinate representation of color #C5E959: hue angle of 75º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5E959 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 233 | 89 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.09 |
| HSL | 75º | 0.77% | 0.63% | - |
| HSV(B) | 75º | 0.62% | 0.91% | - |
| XYZ | 53.97 | 70.87 | 20.29 | - |
| YUV | 205.82 | 62.07 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 233 | 89 | 0.15 | 0 | 0.62 | 0.09 | 75 | 0.77 | 0.63 |
| Hex | C5 | E9 | 59 | F | 0 | 3E | 9 | 4B | 4D | 3F |
| Octal | 305 | 351 | 131 | 17 | 0 | 76 | 11 | 113 | 115 | 77 |
| Binary | 11000101 | 11101001 | 1011001 | 1111 | 0 | 111110 | 1001 | 1001011 | 1001101 | 111111 |
Color Harmonies of #C5E959
Complementary color
Monochromatic Colors of #C5E959
Black with #C5E959
Text Example
Text Example
White with #C5E959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E959; }
p { color: rgb(197,233,89); }
H1.HeaderClassName
{
color: #C5E959;
}
.AnyTagClassName
{
color: #C5E959;
}
</style>
background-color css
<style>
a { background-color: #C5E959; }
a { background-color: rgb(197,233,89); }
div.DivClassName
{
background-color: #C5E959;
}
.BgClassName
{
background-color: #C5E959;
}
</style>
border-color css
<style>
span { border-color: #C5E959; }
span { border-color: rgb(197,233,89); }
td.TdClassName
{
border-color: #C5E959;
}
.TagClassName
{
border-color: #C5E959;
}
</style>