Shades of Harlequin #53FF16
Tints of Harlequin #53FF16
RGB
CMYK
RGB Variations
Color information
#53FF16 (or 0x53FF16) is known color: Harlequin. HEX triplet: 53, FF and 16. RGB value is (83,255,22). Sum of RGB (Red+Green+Blue) = 83+255+22=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 255 (100% from 255 or 70.83% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 255 - color contains mainly: green. Hex color #53FF16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53FF16 is #AC00E9. Grayscale: #B1B1B1. Windows color (decimal): -11272426 or 1507155. OLE color: 1507155.
HSL color Cylindrical-coordinate representation of color #53FF16: hue angle of 104.29º 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 #53FF16 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 22 | - |
| CMYK | 0.67 | 0 | 0.91 | 0 |
| HSL | 104.29º | 1% | 0.54% | - |
| HSV(B) | 104.29º | 0.91% | 1% | - |
| XYZ | 39.47 | 73.42 | 12.85 | - |
| YUV | 177.01 | 40.52 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 22 | 0.67 | 0 | 0.91 | 0 | 104.29 | 1 | 0.54 |
| Hex | 53 | FF | 16 | 43 | 0 | 5B | 0 | 68 | 64 | 36 |
| Octal | 123 | 377 | 26 | 103 | 0 | 133 | 0 | 150 | 144 | 66 |
| Binary | 1010011 | 11111111 | 10110 | 1000011 | 0 | 1011011 | 0 | 1101000 | 1100100 | 110110 |
Color Harmonies of #53FF16
Complementary color
Monochromatic Colors of #53FF16
Black with #53FF16
Text Example
Text Example
White with #53FF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FF16; }
p { color: rgb(83,255,22); }
H1.HeaderClassName
{
color: #53FF16;
}
.AnyTagClassName
{
color: #53FF16;
}
</style>
background-color css
<style>
a { background-color: #53FF16; }
a { background-color: rgb(83,255,22); }
div.DivClassName
{
background-color: #53FF16;
}
.BgClassName
{
background-color: #53FF16;
}
</style>
border-color css
<style>
span { border-color: #53FF16; }
span { border-color: rgb(83,255,22); }
td.TdClassName
{
border-color: #53FF16;
}
.TagClassName
{
border-color: #53FF16;
}
</style>