Shades of Conifer #C2EC5E
Tints of Conifer #C2EC5E
RGB
CMYK
RGB Variations
Color information
#C2EC5E (or 0xC2EC5E) is known color: Conifer. HEX triplet: C2, EC and 5E. RGB value is (194,236,94). Sum of RGB (Red+Green+Blue) = 194+236+94=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #C2EC5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EC5E is #3D13A1. Grayscale: #CFCFCF. Windows color (decimal): -4002722 or 6220994. OLE color: 6220994.
HSL color Cylindrical-coordinate representation of color #C2EC5E: hue angle of 77.75º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2EC5E is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 236 | 94 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.07 |
| HSL | 77.75º | 0.79% | 0.65% | - |
| HSV(B) | 77.75º | 0.6% | 0.93% | - |
| XYZ | 54.26 | 72.27 | 21.68 | - |
| YUV | 207.25 | 64.09 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 94 | 0.18 | 0 | 0.60 | 0.07 | 77.75 | 0.79 | 0.65 |
| Hex | C2 | EC | 5E | 12 | 0 | 3C | 7 | 4E | 4F | 41 |
| Octal | 302 | 354 | 136 | 22 | 0 | 74 | 7 | 116 | 117 | 101 |
| Binary | 11000010 | 11101100 | 1011110 | 10010 | 0 | 111100 | 111 | 1001110 | 1001111 | 1000001 |
Color Harmonies of #C2EC5E
Complementary color
Monochromatic Colors of #C2EC5E
Black with #C2EC5E
Text Example
Text Example
White with #C2EC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EC5E; }
p { color: rgb(194,236,94); }
H1.HeaderClassName
{
color: #C2EC5E;
}
.AnyTagClassName
{
color: #C2EC5E;
}
</style>
background-color css
<style>
a { background-color: #C2EC5E; }
a { background-color: rgb(194,236,94); }
div.DivClassName
{
background-color: #C2EC5E;
}
.BgClassName
{
background-color: #C2EC5E;
}
</style>
border-color css
<style>
span { border-color: #C2EC5E; }
span { border-color: rgb(194,236,94); }
td.TdClassName
{
border-color: #C2EC5E;
}
.TagClassName
{
border-color: #C2EC5E;
}
</style>