Shades of Harlequin #53FF10
Tints of Harlequin #53FF10
RGB
CMYK
RGB Variations
Color information
#53FF10 (or 0x53FF10) is known color: Harlequin. HEX triplet: 53, FF and 10. RGB value is (83,255,16). Sum of RGB (Red+Green+Blue) = 83+255+16=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 255 (100% from 255 or 72.03% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 255 - color contains mainly: green. Hex color #53FF10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53FF10 is #AC00EF. Grayscale: #B1B1B1. Windows color (decimal): -11272432 or 1113939. OLE color: 1113939.
HSL color Cylindrical-coordinate representation of color #53FF10: hue angle of 103.18º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53FF10 is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 16 | - |
| CMYK | 0.67 | 0 | 0.94 | 0 |
| HSL | 103.18º | 1% | 0.53% | - |
| HSV(B) | 103.18º | 0.94% | 1% | - |
| XYZ | 39.42 | 73.4 | 12.58 | - |
| YUV | 176.33 | 37.52 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 16 | 0.67 | 0 | 0.94 | 0 | 103.18 | 1 | 0.53 |
| Hex | 53 | FF | 10 | 43 | 0 | 5E | 0 | 67 | 64 | 35 |
| Octal | 123 | 377 | 20 | 103 | 0 | 136 | 0 | 147 | 144 | 65 |
| Binary | 1010011 | 11111111 | 10000 | 1000011 | 0 | 1011110 | 0 | 1100111 | 1100100 | 110101 |
Color Harmonies of #53FF10
Complementary color
Monochromatic Colors of #53FF10
Black with #53FF10
Text Example
Text Example
White with #53FF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FF10; }
p { color: rgb(83,255,16); }
H1.HeaderClassName
{
color: #53FF10;
}
.AnyTagClassName
{
color: #53FF10;
}
</style>
background-color css
<style>
a { background-color: #53FF10; }
a { background-color: rgb(83,255,16); }
div.DivClassName
{
background-color: #53FF10;
}
.BgClassName
{
background-color: #53FF10;
}
</style>
border-color css
<style>
span { border-color: #53FF10; }
span { border-color: rgb(83,255,16); }
td.TdClassName
{
border-color: #53FF10;
}
.TagClassName
{
border-color: #53FF10;
}
</style>