Shades of Harlequin #52FF16
Tints of Harlequin #52FF16
RGB
CMYK
RGB Variations
Color information
#52FF16 (or 0x52FF16) is known color: Harlequin. HEX triplet: 52, FF and 16. RGB value is (82,255,22). Sum of RGB (Red+Green+Blue) = 82+255+22=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 255 (100% from 255 or 71.03% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 255 - color contains mainly: green. Hex color #52FF16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52FF16 is #AD00E9. Grayscale: #B1B1B1. Windows color (decimal): -11337962 or 1507154. OLE color: 1507154.
HSL color Cylindrical-coordinate representation of color #52FF16: hue angle of 104.55º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52FF16 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 255 | 22 | - |
| CMYK | 0.68 | 0 | 0.91 | 0 |
| HSL | 104.55º | 1% | 0.54% | - |
| HSV(B) | 104.55º | 0.91% | 1% | - |
| XYZ | 39.38 | 73.37 | 12.85 | - |
| YUV | 176.71 | 40.69 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 255 | 22 | 0.68 | 0 | 0.91 | 0 | 104.55 | 1 | 0.54 |
| Hex | 52 | FF | 16 | 44 | 0 | 5B | 0 | 69 | 64 | 36 |
| Octal | 122 | 377 | 26 | 104 | 0 | 133 | 0 | 151 | 144 | 66 |
| Binary | 1010010 | 11111111 | 10110 | 1000100 | 0 | 1011011 | 0 | 1101001 | 1100100 | 110110 |
Color Harmonies of #52FF16
Complementary color
Monochromatic Colors of #52FF16
Black with #52FF16
Text Example
Text Example
White with #52FF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FF16; }
p { color: rgb(82,255,22); }
H1.HeaderClassName
{
color: #52FF16;
}
.AnyTagClassName
{
color: #52FF16;
}
</style>
background-color css
<style>
a { background-color: #52FF16; }
a { background-color: rgb(82,255,22); }
div.DivClassName
{
background-color: #52FF16;
}
.BgClassName
{
background-color: #52FF16;
}
</style>
border-color css
<style>
span { border-color: #52FF16; }
span { border-color: rgb(82,255,22); }
td.TdClassName
{
border-color: #52FF16;
}
.TagClassName
{
border-color: #52FF16;
}
</style>