Shades of Conifer #C2EC4F
Tints of Conifer #C2EC4F
RGB
CMYK
RGB Variations
Color information
#C2EC4F (or 0xC2EC4F) is known color: Conifer. HEX triplet: C2, EC and 4F. RGB value is (194,236,79). Sum of RGB (Red+Green+Blue) = 194+236+79=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 79 (31.25% from 255 or 15.52% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #C2EC4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EC4F is #3D13B0. Grayscale: #CECECE. Windows color (decimal): -4002737 or 5237954. OLE color: 5237954.
HSL color Cylindrical-coordinate representation of color #C2EC4F: hue angle of 76.05º 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 #C2EC4F is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 236 | 79 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.07 |
| HSL | 76.05º | 0.81% | 0.62% | - |
| HSV(B) | 76.05º | 0.67% | 0.93% | - |
| XYZ | 53.65 | 72.02 | 18.47 | - |
| YUV | 205.54 | 56.59 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 79 | 0.18 | 0 | 0.67 | 0.07 | 76.05 | 0.81 | 0.62 |
| Hex | C2 | EC | 4F | 12 | 0 | 43 | 7 | 4C | 51 | 3E |
| Octal | 302 | 354 | 117 | 22 | 0 | 103 | 7 | 114 | 121 | 76 |
| Binary | 11000010 | 11101100 | 1001111 | 10010 | 0 | 1000011 | 111 | 1001100 | 1010001 | 111110 |
Color Harmonies of #C2EC4F
Complementary color
Monochromatic Colors of #C2EC4F
Black with #C2EC4F
Text Example
Text Example
White with #C2EC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EC4F; }
p { color: rgb(194,236,79); }
H1.HeaderClassName
{
color: #C2EC4F;
}
.AnyTagClassName
{
color: #C2EC4F;
}
</style>
background-color css
<style>
a { background-color: #C2EC4F; }
a { background-color: rgb(194,236,79); }
div.DivClassName
{
background-color: #C2EC4F;
}
.BgClassName
{
background-color: #C2EC4F;
}
</style>
border-color css
<style>
span { border-color: #C2EC4F; }
span { border-color: rgb(194,236,79); }
td.TdClassName
{
border-color: #C2EC4F;
}
.TagClassName
{
border-color: #C2EC4F;
}
</style>