Shades of Conifer #C5EC4D
Tints of Conifer #C5EC4D
RGB
CMYK
RGB Variations
Color information
#C5EC4D (or 0xC5EC4D) is known color: Conifer. HEX triplet: C5, EC and 4D. RGB value is (197,236,77). Sum of RGB (Red+Green+Blue) = 197+236+77=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 77 (30.47% from 255 or 15.10% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #C5EC4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EC4D is #3A13B2. Grayscale: #CECECE. Windows color (decimal): -3806131 or 5106885. OLE color: 5106885.
HSL color Cylindrical-coordinate representation of color #C5EC4D: hue angle of 74.72º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5EC4D is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 236 | 77 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.07 |
| HSL | 74.72º | 0.81% | 0.61% | - |
| HSV(B) | 74.72º | 0.67% | 0.93% | - |
| XYZ | 54.36 | 72.4 | 18.13 | - |
| YUV | 206.21 | 55.08 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 236 | 77 | 0.17 | 0 | 0.67 | 0.07 | 74.72 | 0.81 | 0.61 |
| Hex | C5 | EC | 4D | 11 | 0 | 43 | 7 | 4B | 51 | 3D |
| Octal | 305 | 354 | 115 | 21 | 0 | 103 | 7 | 113 | 121 | 75 |
| Binary | 11000101 | 11101100 | 1001101 | 10001 | 0 | 1000011 | 111 | 1001011 | 1010001 | 111101 |
Color Harmonies of #C5EC4D
Complementary color
Monochromatic Colors of #C5EC4D
Black with #C5EC4D
Text Example
Text Example
White with #C5EC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EC4D; }
p { color: rgb(197,236,77); }
H1.HeaderClassName
{
color: #C5EC4D;
}
.AnyTagClassName
{
color: #C5EC4D;
}
</style>
background-color css
<style>
a { background-color: #C5EC4D; }
a { background-color: rgb(197,236,77); }
div.DivClassName
{
background-color: #C5EC4D;
}
.BgClassName
{
background-color: #C5EC4D;
}
</style>
border-color css
<style>
span { border-color: #C5EC4D; }
span { border-color: rgb(197,236,77); }
td.TdClassName
{
border-color: #C5EC4D;
}
.TagClassName
{
border-color: #C5EC4D;
}
</style>