Shades of Conifer #C5EC5B
Tints of Conifer #C5EC5B
RGB
CMYK
RGB Variations
Color information
#C5EC5B (or 0xC5EC5B) is known color: Conifer. HEX triplet: C5, EC and 5B. RGB value is (197,236,91). Sum of RGB (Red+Green+Blue) = 197+236+91=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 91 (35.94% from 255 or 17.37% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #C5EC5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EC5B is #3A13A4. Grayscale: #D0D0D0. Windows color (decimal): -3806117 or 6024389. OLE color: 6024389.
HSL color Cylindrical-coordinate representation of color #C5EC5B: hue angle of 76.14º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5EC5B is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 236 | 91 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.07 |
| HSL | 76.14º | 0.79% | 0.64% | - |
| HSV(B) | 76.14º | 0.61% | 0.93% | - |
| XYZ | 54.91 | 72.62 | 21.02 | - |
| YUV | 207.81 | 62.08 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 236 | 91 | 0.17 | 0 | 0.61 | 0.07 | 76.14 | 0.79 | 0.64 |
| Hex | C5 | EC | 5B | 11 | 0 | 3D | 7 | 4C | 4F | 40 |
| Octal | 305 | 354 | 133 | 21 | 0 | 75 | 7 | 114 | 117 | 100 |
| Binary | 11000101 | 11101100 | 1011011 | 10001 | 0 | 111101 | 111 | 1001100 | 1001111 | 1000000 |
Color Harmonies of #C5EC5B
Complementary color
Monochromatic Colors of #C5EC5B
Black with #C5EC5B
Text Example
Text Example
White with #C5EC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EC5B; }
p { color: rgb(197,236,91); }
H1.HeaderClassName
{
color: #C5EC5B;
}
.AnyTagClassName
{
color: #C5EC5B;
}
</style>
background-color css
<style>
a { background-color: #C5EC5B; }
a { background-color: rgb(197,236,91); }
div.DivClassName
{
background-color: #C5EC5B;
}
.BgClassName
{
background-color: #C5EC5B;
}
</style>
border-color css
<style>
span { border-color: #C5EC5B; }
span { border-color: rgb(197,236,91); }
td.TdClassName
{
border-color: #C5EC5B;
}
.TagClassName
{
border-color: #C5EC5B;
}
</style>