Shades of Conifer #C2EC57
Tints of Conifer #C2EC57
RGB
CMYK
RGB Variations
Color information
#C2EC57 (or 0xC2EC57) is known color: Conifer. HEX triplet: C2, EC and 57. RGB value is (194,236,87). Sum of RGB (Red+Green+Blue) = 194+236+87=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 87 (34.38% from 255 or 16.83% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #C2EC57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EC57 is #3D13A8. Grayscale: #CFCFCF. Windows color (decimal): -4002729 or 5762242. OLE color: 5762242.
HSL color Cylindrical-coordinate representation of color #C2EC57: hue angle of 76.91º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2EC57 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 236 | 87 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.07 |
| HSL | 76.91º | 0.8% | 0.63% | - |
| HSV(B) | 76.91º | 0.63% | 0.93% | - |
| XYZ | 53.96 | 72.15 | 20.1 | - |
| YUV | 206.46 | 60.59 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 87 | 0.18 | 0 | 0.63 | 0.07 | 76.91 | 0.8 | 0.63 |
| Hex | C2 | EC | 57 | 12 | 0 | 3F | 7 | 4D | 50 | 3F |
| Octal | 302 | 354 | 127 | 22 | 0 | 77 | 7 | 115 | 120 | 77 |
| Binary | 11000010 | 11101100 | 1010111 | 10010 | 0 | 111111 | 111 | 1001101 | 1010000 | 111111 |
Color Harmonies of #C2EC57
Complementary color
Monochromatic Colors of #C2EC57
Black with #C2EC57
Text Example
Text Example
White with #C2EC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EC57; }
p { color: rgb(194,236,87); }
H1.HeaderClassName
{
color: #C2EC57;
}
.AnyTagClassName
{
color: #C2EC57;
}
</style>
background-color css
<style>
a { background-color: #C2EC57; }
a { background-color: rgb(194,236,87); }
div.DivClassName
{
background-color: #C2EC57;
}
.BgClassName
{
background-color: #C2EC57;
}
</style>
border-color css
<style>
span { border-color: #C2EC57; }
span { border-color: rgb(194,236,87); }
td.TdClassName
{
border-color: #C2EC57;
}
.TagClassName
{
border-color: #C2EC57;
}
</style>