Shades of Harlequin #4CEC14
Tints of Harlequin #4CEC14
RGB
CMYK
RGB Variations
Color information
#4CEC14 (or 0x4CEC14) is known color: Harlequin. HEX triplet: 4C, EC and 14. RGB value is (76,236,20). Sum of RGB (Red+Green+Blue) = 76+236+20=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 236 (92.58% from 255 or 71.08% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 236 - color contains mainly: green. Hex color #4CEC14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CEC14 is #B313EB. Grayscale: #A4A4A4. Windows color (decimal): -11736044 or 1371212. OLE color: 1371212.
HSL color Cylindrical-coordinate representation of color #4CEC14: hue angle of 104.44º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4CEC14 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 236 | 20 | - |
| CMYK | 0.68 | 0 | 0.92 | 0.07 |
| HSL | 104.44º | 0.85% | 0.5% | - |
| HSV(B) | 104.44º | 0.92% | 0.93% | - |
| XYZ | 33.1 | 61.58 | 10.8 | - |
| YUV | 163.54 | 46.99 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 236 | 20 | 0.68 | 0 | 0.92 | 0.07 | 104.44 | 0.85 | 0.5 |
| Hex | 4C | EC | 14 | 44 | 0 | 5C | 7 | 68 | 55 | 32 |
| Octal | 114 | 354 | 24 | 104 | 0 | 134 | 7 | 150 | 125 | 62 |
| Binary | 1001100 | 11101100 | 10100 | 1000100 | 0 | 1011100 | 111 | 1101000 | 1010101 | 110010 |
Color Harmonies of #4CEC14
Complementary color
Monochromatic Colors of #4CEC14
Black with #4CEC14
Text Example
Text Example
White with #4CEC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEC14; }
p { color: rgb(76,236,20); }
H1.HeaderClassName
{
color: #4CEC14;
}
.AnyTagClassName
{
color: #4CEC14;
}
</style>
background-color css
<style>
a { background-color: #4CEC14; }
a { background-color: rgb(76,236,20); }
div.DivClassName
{
background-color: #4CEC14;
}
.BgClassName
{
background-color: #4CEC14;
}
</style>
border-color css
<style>
span { border-color: #4CEC14; }
span { border-color: rgb(76,236,20); }
td.TdClassName
{
border-color: #4CEC14;
}
.TagClassName
{
border-color: #4CEC14;
}
</style>