Shades of Harlequin #52EE15
Tints of Harlequin #52EE15
RGB
CMYK
RGB Variations
Color information
#52EE15 (or 0x52EE15) is known color: Harlequin. HEX triplet: 52, EE and 15. RGB value is (82,238,21). Sum of RGB (Red+Green+Blue) = 82+238+21=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 238 (93.36% from 255 or 69.79% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 238 - color contains mainly: green. Hex color #52EE15 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52EE15 is #AD11EA. Grayscale: #A7A7A7. Windows color (decimal): -11342315 or 1437266. OLE color: 1437266.
HSL color Cylindrical-coordinate representation of color #52EE15: hue angle of 103.13º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52EE15 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 238 | 21 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.07 |
| HSL | 103.13º | 0.86% | 0.51% | - |
| HSV(B) | 103.13º | 0.91% | 0.93% | - |
| XYZ | 34.19 | 63 | 11.07 | - |
| YUV | 166.62 | 45.82 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 238 | 21 | 0.66 | 0 | 0.91 | 0.07 | 103.13 | 0.86 | 0.51 |
| Hex | 52 | EE | 15 | 42 | 0 | 5B | 7 | 67 | 56 | 33 |
| Octal | 122 | 356 | 25 | 102 | 0 | 133 | 7 | 147 | 126 | 63 |
| Binary | 1010010 | 11101110 | 10101 | 1000010 | 0 | 1011011 | 111 | 1100111 | 1010110 | 110011 |
Color Harmonies of #52EE15
Complementary color
Monochromatic Colors of #52EE15
Black with #52EE15
Text Example
Text Example
White with #52EE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EE15; }
p { color: rgb(82,238,21); }
H1.HeaderClassName
{
color: #52EE15;
}
.AnyTagClassName
{
color: #52EE15;
}
</style>
background-color css
<style>
a { background-color: #52EE15; }
a { background-color: rgb(82,238,21); }
div.DivClassName
{
background-color: #52EE15;
}
.BgClassName
{
background-color: #52EE15;
}
</style>
border-color css
<style>
span { border-color: #52EE15; }
span { border-color: rgb(82,238,21); }
td.TdClassName
{
border-color: #52EE15;
}
.TagClassName
{
border-color: #52EE15;
}
</style>