Shades of Harlequin #52EC11
Tints of Harlequin #52EC11
RGB
CMYK
RGB Variations
Color information
#52EC11 (or 0x52EC11) is known color: Harlequin. HEX triplet: 52, EC and 11. RGB value is (82,236,17). Sum of RGB (Red+Green+Blue) = 82+236+17=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 236 (92.58% from 255 or 70.45% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC11 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52EC11 is #AD13EE. Grayscale: #A5A5A5. Windows color (decimal): -11342831 or 1174610. OLE color: 1174610.
HSL color Cylindrical-coordinate representation of color #52EC11: hue angle of 102.19º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52EC11 is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 236 | 17 | - |
| CMYK | 0.65 | 0 | 0.93 | 0.07 |
| HSL | 102.19º | 0.87% | 0.5% | - |
| HSV(B) | 102.19º | 0.93% | 0.93% | - |
| XYZ | 33.58 | 61.83 | 10.69 | - |
| YUV | 164.99 | 44.48 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 236 | 17 | 0.65 | 0 | 0.93 | 0.07 | 102.19 | 0.87 | 0.5 |
| Hex | 52 | EC | 11 | 41 | 0 | 5D | 7 | 66 | 57 | 32 |
| Octal | 122 | 354 | 21 | 101 | 0 | 135 | 7 | 146 | 127 | 62 |
| Binary | 1010010 | 11101100 | 10001 | 1000001 | 0 | 1011101 | 111 | 1100110 | 1010111 | 110010 |
Color Harmonies of #52EC11
Complementary color
Monochromatic Colors of #52EC11
Black with #52EC11
Text Example
Text Example
White with #52EC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EC11; }
p { color: rgb(82,236,17); }
H1.HeaderClassName
{
color: #52EC11;
}
.AnyTagClassName
{
color: #52EC11;
}
</style>
background-color css
<style>
a { background-color: #52EC11; }
a { background-color: rgb(82,236,17); }
div.DivClassName
{
background-color: #52EC11;
}
.BgClassName
{
background-color: #52EC11;
}
</style>
border-color css
<style>
span { border-color: #52EC11; }
span { border-color: rgb(82,236,17); }
td.TdClassName
{
border-color: #52EC11;
}
.TagClassName
{
border-color: #52EC11;
}
</style>