Shades of Conifer #C4EC5A
Tints of Conifer #C4EC5A
RGB
CMYK
RGB Variations
Color information
#C4EC5A (or 0xC4EC5A) is known color: Conifer. HEX triplet: C4, EC and 5A. RGB value is (196,236,90). Sum of RGB (Red+Green+Blue) = 196+236+90=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 90 (35.55% from 255 or 17.24% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #C4EC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4EC5A is #3B13A5. Grayscale: #CFCFCF. Windows color (decimal): -3871654 or 5958852. OLE color: 5958852.
HSL color Cylindrical-coordinate representation of color #C4EC5A: hue angle of 76.44º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4EC5A is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 236 | 90 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.07 |
| HSL | 76.44º | 0.79% | 0.64% | - |
| HSV(B) | 76.44º | 0.62% | 0.93% | - |
| XYZ | 54.61 | 72.46 | 20.78 | - |
| YUV | 207.4 | 61.75 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 236 | 90 | 0.17 | 0 | 0.62 | 0.07 | 76.44 | 0.79 | 0.64 |
| Hex | C4 | EC | 5A | 11 | 0 | 3E | 7 | 4C | 4F | 40 |
| Octal | 304 | 354 | 132 | 21 | 0 | 76 | 7 | 114 | 117 | 100 |
| Binary | 11000100 | 11101100 | 1011010 | 10001 | 0 | 111110 | 111 | 1001100 | 1001111 | 1000000 |
Color Harmonies of #C4EC5A
Complementary color
Monochromatic Colors of #C4EC5A
Black with #C4EC5A
Text Example
Text Example
White with #C4EC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EC5A; }
p { color: rgb(196,236,90); }
H1.HeaderClassName
{
color: #C4EC5A;
}
.AnyTagClassName
{
color: #C4EC5A;
}
</style>
background-color css
<style>
a { background-color: #C4EC5A; }
a { background-color: rgb(196,236,90); }
div.DivClassName
{
background-color: #C4EC5A;
}
.BgClassName
{
background-color: #C4EC5A;
}
</style>
border-color css
<style>
span { border-color: #C4EC5A; }
span { border-color: rgb(196,236,90); }
td.TdClassName
{
border-color: #C4EC5A;
}
.TagClassName
{
border-color: #C4EC5A;
}
</style>