Shades of Conifer #C5E157
Tints of Conifer #C5E157
RGB
CMYK
RGB Variations
Color information
#C5E157 (or 0xC5E157) is known color: Conifer. HEX triplet: C5, E1 and 57. RGB value is (197,225,87). Sum of RGB (Red+Green+Blue) = 197+225+87=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 87 (34.38% from 255 or 17.09% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E157 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E157 is #3A1EA8. Grayscale: #C9C9C9. Windows color (decimal): -3808937 or 5759429. OLE color: 5759429.
HSL color Cylindrical-coordinate representation of color #C5E157: hue angle of 72.17º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5E157 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 225 | 87 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.12 |
| HSL | 72.17º | 0.7% | 0.61% | - |
| HSV(B) | 72.17º | 0.61% | 0.88% | - |
| XYZ | 51.67 | 66.41 | 19.11 | - |
| YUV | 200.9 | 63.72 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 225 | 87 | 0.12 | 0 | 0.61 | 0.12 | 72.17 | 0.7 | 0.61 |
| Hex | C5 | E1 | 57 | C | 0 | 3D | C | 48 | 46 | 3D |
| Octal | 305 | 341 | 127 | 14 | 0 | 75 | 14 | 110 | 106 | 75 |
| Binary | 11000101 | 11100001 | 1010111 | 1100 | 0 | 111101 | 1100 | 1001000 | 1000110 | 111101 |
Color Harmonies of #C5E157
Complementary color
Monochromatic Colors of #C5E157
Black with #C5E157
Text Example
Text Example
White with #C5E157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E157; }
p { color: rgb(197,225,87); }
H1.HeaderClassName
{
color: #C5E157;
}
.AnyTagClassName
{
color: #C5E157;
}
</style>
background-color css
<style>
a { background-color: #C5E157; }
a { background-color: rgb(197,225,87); }
div.DivClassName
{
background-color: #C5E157;
}
.BgClassName
{
background-color: #C5E157;
}
</style>
border-color css
<style>
span { border-color: #C5E157; }
span { border-color: rgb(197,225,87); }
td.TdClassName
{
border-color: #C5E157;
}
.TagClassName
{
border-color: #C5E157;
}
</style>