Shades of Harlequin #53F711
Tints of Harlequin #53F711
RGB
CMYK
RGB Variations
Color information
#53F711 (or 0x53F711) is known color: Harlequin. HEX triplet: 53, F7 and 11. RGB value is (83,247,17). Sum of RGB (Red+Green+Blue) = 83+247+17=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 247 (96.88% from 255 or 71.18% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 247 - color contains mainly: green. Hex color #53F711 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53F711 is #AC08EE. Grayscale: #ACACAC. Windows color (decimal): -11274479 or 1177427. OLE color: 1177427.
HSL color Cylindrical-coordinate representation of color #53F711: hue angle of 102.78º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53F711 is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 83 | 247 | 17 | - |
| CMYK | 0.66 | 0 | 0.93 | 0.03 |
| HSL | 102.78º | 0.93% | 0.52% | - |
| HSV(B) | 102.78º | 0.93% | 0.97% | - |
| XYZ | 36.93 | 68.4 | 11.79 | - |
| YUV | 171.74 | 40.67 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 247 | 17 | 0.66 | 0 | 0.93 | 0.03 | 102.78 | 0.93 | 0.52 |
| Hex | 53 | F7 | 11 | 42 | 0 | 5D | 3 | 67 | 5D | 34 |
| Octal | 123 | 367 | 21 | 102 | 0 | 135 | 3 | 147 | 135 | 64 |
| Binary | 1010011 | 11110111 | 10001 | 1000010 | 0 | 1011101 | 11 | 1100111 | 1011101 | 110100 |
Color Harmonies of #53F711
Complementary color
Monochromatic Colors of #53F711
Black with #53F711
Text Example
Text Example
White with #53F711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F711; }
p { color: rgb(83,247,17); }
H1.HeaderClassName
{
color: #53F711;
}
.AnyTagClassName
{
color: #53F711;
}
</style>
background-color css
<style>
a { background-color: #53F711; }
a { background-color: rgb(83,247,17); }
div.DivClassName
{
background-color: #53F711;
}
.BgClassName
{
background-color: #53F711;
}
</style>
border-color css
<style>
span { border-color: #53F711; }
span { border-color: rgb(83,247,17); }
td.TdClassName
{
border-color: #53F711;
}
.TagClassName
{
border-color: #53F711;
}
</style>