Shades of Harlequin #52EC19
Tints of Harlequin #52EC19
RGB
CMYK
RGB Variations
Color information
#52EC19 (or 0x52EC19) is known color: Harlequin. HEX triplet: 52, EC and 19. RGB value is (82,236,25). Sum of RGB (Red+Green+Blue) = 82+236+25=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 236 (92.58% from 255 or 68.80% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC19 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52EC19 is #AD13E6. Grayscale: #A6A6A6. Windows color (decimal): -11342823 or 1698898. OLE color: 1698898.
HSL color Cylindrical-coordinate representation of color #52EC19: hue angle of 103.79º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52EC19 is Cyan = 0.65, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 236 | 25 | - |
| CMYK | 0.65 | 0 | 0.89 | 0.07 |
| HSL | 103.79º | 0.85% | 0.51% | - |
| HSV(B) | 103.79º | 0.89% | 0.93% | - |
| XYZ | 33.65 | 61.85 | 11.09 | - |
| YUV | 165.9 | 48.48 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 236 | 25 | 0.65 | 0 | 0.89 | 0.07 | 103.79 | 0.85 | 0.51 |
| Hex | 52 | EC | 19 | 41 | 0 | 59 | 7 | 68 | 55 | 33 |
| Octal | 122 | 354 | 31 | 101 | 0 | 131 | 7 | 150 | 125 | 63 |
| Binary | 1010010 | 11101100 | 11001 | 1000001 | 0 | 1011001 | 111 | 1101000 | 1010101 | 110011 |
Color Harmonies of #52EC19
Complementary color
Monochromatic Colors of #52EC19
Black with #52EC19
Text Example
Text Example
White with #52EC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EC19; }
p { color: rgb(82,236,25); }
H1.HeaderClassName
{
color: #52EC19;
}
.AnyTagClassName
{
color: #52EC19;
}
</style>
background-color css
<style>
a { background-color: #52EC19; }
a { background-color: rgb(82,236,25); }
div.DivClassName
{
background-color: #52EC19;
}
.BgClassName
{
background-color: #52EC19;
}
</style>
border-color css
<style>
span { border-color: #52EC19; }
span { border-color: rgb(82,236,25); }
td.TdClassName
{
border-color: #52EC19;
}
.TagClassName
{
border-color: #52EC19;
}
</style>