Shades of Harlequin #4CEC0A
Tints of Harlequin #4CEC0A
RGB
CMYK
RGB Variations
Color information
#4CEC0A (or 0x4CEC0A) is known color: Harlequin. HEX triplet: 4C, EC and 0A. RGB value is (76,236,10). Sum of RGB (Red+Green+Blue) = 76+236+10=322 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.60% from 322); Green value is 236 (92.58% from 255 or 73.29% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 236 - color contains mainly: green. Hex color #4CEC0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CEC0A is #B313F5. Grayscale: #A3A3A3. Windows color (decimal): -11736054 or 715852. OLE color: 715852.
HSL color Cylindrical-coordinate representation of color #4CEC0A: hue angle of 102.48º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4CEC0A is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 236 | 10 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.07 |
| HSL | 102.48º | 0.92% | 0.48% | - |
| HSV(B) | 102.48º | 0.96% | 0.93% | - |
| XYZ | 33.03 | 61.55 | 10.43 | - |
| YUV | 162.4 | 41.99 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 236 | 10 | 0.68 | 0 | 0.96 | 0.07 | 102.48 | 0.92 | 0.48 |
| Hex | 4C | EC | A | 44 | 0 | 60 | 7 | 66 | 5C | 30 |
| Octal | 114 | 354 | 12 | 104 | 0 | 140 | 7 | 146 | 134 | 60 |
| Binary | 1001100 | 11101100 | 1010 | 1000100 | 0 | 1100000 | 111 | 1100110 | 1011100 | 110000 |
Color Harmonies of #4CEC0A
Complementary color
Monochromatic Colors of #4CEC0A
Black with #4CEC0A
Text Example
Text Example
White with #4CEC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEC0A; }
p { color: rgb(76,236,10); }
H1.HeaderClassName
{
color: #4CEC0A;
}
.AnyTagClassName
{
color: #4CEC0A;
}
</style>
background-color css
<style>
a { background-color: #4CEC0A; }
a { background-color: rgb(76,236,10); }
div.DivClassName
{
background-color: #4CEC0A;
}
.BgClassName
{
background-color: #4CEC0A;
}
</style>
border-color css
<style>
span { border-color: #4CEC0A; }
span { border-color: rgb(76,236,10); }
td.TdClassName
{
border-color: #4CEC0A;
}
.TagClassName
{
border-color: #4CEC0A;
}
</style>