Shades of Conifer #C5E958
Tints of Conifer #C5E958
RGB
CMYK
RGB Variations
Color information
#C5E958 (or 0xC5E958) is known color: Conifer. HEX triplet: C5, E9 and 58. RGB value is (197,233,88). Sum of RGB (Red+Green+Blue) = 197+233+88=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 233 (91.41% from 255 or 44.98% from 518); Blue value is 88 (34.77% from 255 or 16.99% from 518); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E958 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E958 is #3A16A7. Grayscale: #CECECE. Windows color (decimal): -3806888 or 5827013. OLE color: 5827013.
HSL color Cylindrical-coordinate representation of color #C5E958: hue angle of 74.9º 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 #C5E958 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 233 | 88 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.09 |
| HSL | 74.9º | 0.77% | 0.63% | - |
| HSV(B) | 74.9º | 0.62% | 0.91% | - |
| XYZ | 53.93 | 70.85 | 20.07 | - |
| YUV | 205.71 | 61.57 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 233 | 88 | 0.15 | 0 | 0.62 | 0.09 | 74.9 | 0.77 | 0.63 |
| Hex | C5 | E9 | 58 | F | 0 | 3E | 9 | 4B | 4D | 3F |
| Octal | 305 | 351 | 130 | 17 | 0 | 76 | 11 | 113 | 115 | 77 |
| Binary | 11000101 | 11101001 | 1011000 | 1111 | 0 | 111110 | 1001 | 1001011 | 1001101 | 111111 |
Color Harmonies of #C5E958
Complementary color
Monochromatic Colors of #C5E958
Black with #C5E958
Text Example
Text Example
White with #C5E958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E958; }
p { color: rgb(197,233,88); }
H1.HeaderClassName
{
color: #C5E958;
}
.AnyTagClassName
{
color: #C5E958;
}
</style>
background-color css
<style>
a { background-color: #C5E958; }
a { background-color: rgb(197,233,88); }
div.DivClassName
{
background-color: #C5E958;
}
.BgClassName
{
background-color: #C5E958;
}
</style>
border-color css
<style>
span { border-color: #C5E958; }
span { border-color: rgb(197,233,88); }
td.TdClassName
{
border-color: #C5E958;
}
.TagClassName
{
border-color: #C5E958;
}
</style>