Shades of Harlequin #52EF28
Tints of Harlequin #52EF28
RGB
CMYK
RGB Variations
Color information
#52EF28 (or 0x52EF28) is known color: Harlequin. HEX triplet: 52, EF and 28. RGB value is (82,239,40). Sum of RGB (Red+Green+Blue) = 82+239+40=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 239 (93.75% from 255 or 66.20% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 239 - color contains mainly: green. Hex color #52EF28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EF28 is #AD10D7. Grayscale: #AAAAAA. Windows color (decimal): -11342040 or 2682706. OLE color: 2682706.
HSL color Cylindrical-coordinate representation of color #52EF28: hue angle of 107.34º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52EF28 is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 239 | 40 | - |
| CMYK | 0.66 | 0 | 0.83 | 0.06 |
| HSL | 107.34º | 0.86% | 0.55% | - |
| HSV(B) | 107.34º | 0.83% | 0.94% | - |
| XYZ | 34.73 | 63.68 | 12.47 | - |
| YUV | 169.37 | 54.99 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 239 | 40 | 0.66 | 0 | 0.83 | 0.06 | 107.34 | 0.86 | 0.55 |
| Hex | 52 | EF | 28 | 42 | 0 | 53 | 6 | 6B | 56 | 37 |
| Octal | 122 | 357 | 50 | 102 | 0 | 123 | 6 | 153 | 126 | 67 |
| Binary | 1010010 | 11101111 | 101000 | 1000010 | 0 | 1010011 | 110 | 1101011 | 1010110 | 110111 |
Color Harmonies of #52EF28
Complementary color
Monochromatic Colors of #52EF28
Black with #52EF28
Text Example
Text Example
White with #52EF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EF28; }
p { color: rgb(82,239,40); }
H1.HeaderClassName
{
color: #52EF28;
}
.AnyTagClassName
{
color: #52EF28;
}
</style>
background-color css
<style>
a { background-color: #52EF28; }
a { background-color: rgb(82,239,40); }
div.DivClassName
{
background-color: #52EF28;
}
.BgClassName
{
background-color: #52EF28;
}
</style>
border-color css
<style>
span { border-color: #52EF28; }
span { border-color: rgb(82,239,40); }
td.TdClassName
{
border-color: #52EF28;
}
.TagClassName
{
border-color: #52EF28;
}
</style>