Shades of Conifer #C2EC48
Tints of Conifer #C2EC48
RGB
CMYK
RGB Variations
Color information
#C2EC48 (or 0xC2EC48) is known color: Conifer. HEX triplet: C2, EC and 48. RGB value is (194,236,72). Sum of RGB (Red+Green+Blue) = 194+236+72=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 72 (28.52% from 255 or 14.34% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #C2EC48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EC48 is #3D13B7. Grayscale: #CDCDCD. Windows color (decimal): -4002744 or 4779202. OLE color: 4779202.
HSL color Cylindrical-coordinate representation of color #C2EC48: hue angle of 75.37º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2EC48 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 236 | 72 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.07 |
| HSL | 75.37º | 0.81% | 0.6% | - |
| HSV(B) | 75.37º | 0.69% | 0.93% | - |
| XYZ | 53.41 | 71.93 | 17.2 | - |
| YUV | 204.75 | 53.09 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 72 | 0.18 | 0 | 0.69 | 0.07 | 75.37 | 0.81 | 0.6 |
| Hex | C2 | EC | 48 | 12 | 0 | 45 | 7 | 4B | 51 | 3C |
| Octal | 302 | 354 | 110 | 22 | 0 | 105 | 7 | 113 | 121 | 74 |
| Binary | 11000010 | 11101100 | 1001000 | 10010 | 0 | 1000101 | 111 | 1001011 | 1010001 | 111100 |
Color Harmonies of #C2EC48
Complementary color
Monochromatic Colors of #C2EC48
Black with #C2EC48
Text Example
Text Example
White with #C2EC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EC48; }
p { color: rgb(194,236,72); }
H1.HeaderClassName
{
color: #C2EC48;
}
.AnyTagClassName
{
color: #C2EC48;
}
</style>
background-color css
<style>
a { background-color: #C2EC48; }
a { background-color: rgb(194,236,72); }
div.DivClassName
{
background-color: #C2EC48;
}
.BgClassName
{
background-color: #C2EC48;
}
</style>
border-color css
<style>
span { border-color: #C2EC48; }
span { border-color: rgb(194,236,72); }
td.TdClassName
{
border-color: #C2EC48;
}
.TagClassName
{
border-color: #C2EC48;
}
</style>