Shades of Conifer #C5EC4E
Tints of Conifer #C5EC4E
RGB
CMYK
RGB Variations
Color information
#C5EC4E (or 0xC5EC4E) is known color: Conifer. HEX triplet: C5, EC and 4E. RGB value is (197,236,78). Sum of RGB (Red+Green+Blue) = 197+236+78=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 78 (30.86% from 255 or 15.26% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #C5EC4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EC4E is #3A13B1. Grayscale: #CECECE. Windows color (decimal): -3806130 or 5172421. OLE color: 5172421.
HSL color Cylindrical-coordinate representation of color #C5EC4E: hue angle of 74.81º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5EC4E is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 236 | 78 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.07 |
| HSL | 74.81º | 0.81% | 0.62% | - |
| HSV(B) | 74.81º | 0.67% | 0.93% | - |
| XYZ | 54.4 | 72.41 | 18.32 | - |
| YUV | 206.33 | 55.58 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 236 | 78 | 0.17 | 0 | 0.67 | 0.07 | 74.81 | 0.81 | 0.62 |
| Hex | C5 | EC | 4E | 11 | 0 | 43 | 7 | 4B | 51 | 3E |
| Octal | 305 | 354 | 116 | 21 | 0 | 103 | 7 | 113 | 121 | 76 |
| Binary | 11000101 | 11101100 | 1001110 | 10001 | 0 | 1000011 | 111 | 1001011 | 1010001 | 111110 |
Color Harmonies of #C5EC4E
Complementary color
Monochromatic Colors of #C5EC4E
Black with #C5EC4E
Text Example
Text Example
White with #C5EC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EC4E; }
p { color: rgb(197,236,78); }
H1.HeaderClassName
{
color: #C5EC4E;
}
.AnyTagClassName
{
color: #C5EC4E;
}
</style>
background-color css
<style>
a { background-color: #C5EC4E; }
a { background-color: rgb(197,236,78); }
div.DivClassName
{
background-color: #C5EC4E;
}
.BgClassName
{
background-color: #C5EC4E;
}
</style>
border-color css
<style>
span { border-color: #C5EC4E; }
span { border-color: rgb(197,236,78); }
td.TdClassName
{
border-color: #C5EC4E;
}
.TagClassName
{
border-color: #C5EC4E;
}
</style>