Shades of Harlequin #52ED16
Tints of Harlequin #52ED16
RGB
CMYK
RGB Variations
Color information
#52ED16 (or 0x52ED16) is known color: Harlequin. HEX triplet: 52, ED and 16. RGB value is (82,237,22). Sum of RGB (Red+Green+Blue) = 82+237+22=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 237 (92.97% from 255 or 69.50% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 237 - color contains mainly: green. Hex color #52ED16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52ED16 is #AD12E9. Grayscale: #A6A6A6. Windows color (decimal): -11342570 or 1502546. OLE color: 1502546.
HSL color Cylindrical-coordinate representation of color #52ED16: hue angle of 103.26º 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 #52ED16 is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 237 | 22 | - |
| CMYK | 0.65 | 0 | 0.91 | 0.07 |
| HSL | 103.26º | 0.86% | 0.51% | - |
| HSV(B) | 103.26º | 0.91% | 0.93% | - |
| XYZ | 33.91 | 62.42 | 11.02 | - |
| YUV | 166.15 | 46.65 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 237 | 22 | 0.65 | 0 | 0.91 | 0.07 | 103.26 | 0.86 | 0.51 |
| Hex | 52 | ED | 16 | 41 | 0 | 5B | 7 | 67 | 56 | 33 |
| Octal | 122 | 355 | 26 | 101 | 0 | 133 | 7 | 147 | 126 | 63 |
| Binary | 1010010 | 11101101 | 10110 | 1000001 | 0 | 1011011 | 111 | 1100111 | 1010110 | 110011 |
Color Harmonies of #52ED16
Complementary color
Monochromatic Colors of #52ED16
Black with #52ED16
Text Example
Text Example
White with #52ED16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ED16; }
p { color: rgb(82,237,22); }
H1.HeaderClassName
{
color: #52ED16;
}
.AnyTagClassName
{
color: #52ED16;
}
</style>
background-color css
<style>
a { background-color: #52ED16; }
a { background-color: rgb(82,237,22); }
div.DivClassName
{
background-color: #52ED16;
}
.BgClassName
{
background-color: #52ED16;
}
</style>
border-color css
<style>
span { border-color: #52ED16; }
span { border-color: rgb(82,237,22); }
td.TdClassName
{
border-color: #52ED16;
}
.TagClassName
{
border-color: #52ED16;
}
</style>