Shades of Conifer #C5E154
Tints of Conifer #C5E154
RGB
CMYK
RGB Variations
Color information
#C5E154 (or 0xC5E154) is known color: Conifer. HEX triplet: C5, E1 and 54. RGB value is (197,225,84). Sum of RGB (Red+Green+Blue) = 197+225+84=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 84 (33.20% from 255 or 16.60% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E154 is #3A1EAB. Grayscale: #C9C9C9. Windows color (decimal): -3808940 or 5562821. OLE color: 5562821.
HSL color Cylindrical-coordinate representation of color #C5E154: hue angle of 71.91º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5E154 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 225 | 84 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.12 |
| HSL | 71.91º | 0.7% | 0.61% | - |
| HSV(B) | 71.91º | 0.63% | 0.88% | - |
| XYZ | 51.55 | 66.36 | 18.48 | - |
| YUV | 200.55 | 62.22 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 225 | 84 | 0.12 | 0 | 0.63 | 0.12 | 71.91 | 0.7 | 0.61 |
| Hex | C5 | E1 | 54 | C | 0 | 3F | C | 48 | 46 | 3D |
| Octal | 305 | 341 | 124 | 14 | 0 | 77 | 14 | 110 | 106 | 75 |
| Binary | 11000101 | 11100001 | 1010100 | 1100 | 0 | 111111 | 1100 | 1001000 | 1000110 | 111101 |
Color Harmonies of #C5E154
Complementary color
Monochromatic Colors of #C5E154
Black with #C5E154
Text Example
Text Example
White with #C5E154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E154; }
p { color: rgb(197,225,84); }
H1.HeaderClassName
{
color: #C5E154;
}
.AnyTagClassName
{
color: #C5E154;
}
</style>
background-color css
<style>
a { background-color: #C5E154; }
a { background-color: rgb(197,225,84); }
div.DivClassName
{
background-color: #C5E154;
}
.BgClassName
{
background-color: #C5E154;
}
</style>
border-color css
<style>
span { border-color: #C5E154; }
span { border-color: rgb(197,225,84); }
td.TdClassName
{
border-color: #C5E154;
}
.TagClassName
{
border-color: #C5E154;
}
</style>