Shades of Harlequin #53F211
Tints of Harlequin #53F211
RGB
CMYK
RGB Variations
Color information
#53F211 (or 0x53F211) is known color: Harlequin. HEX triplet: 53, F2 and 11. RGB value is (83,242,17). Sum of RGB (Red+Green+Blue) = 83+242+17=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 242 (94.92% from 255 or 70.76% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 242 - color contains mainly: green. Hex color #53F211 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53F211 is #AC0DEE. Grayscale: #A9A9A9. Windows color (decimal): -11275759 or 1176147. OLE color: 1176147.
HSL color Cylindrical-coordinate representation of color #53F211: hue angle of 102.4º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53F211 is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 242 | 17 | - |
| CMYK | 0.66 | 0 | 0.93 | 0.05 |
| HSL | 102.4º | 0.9% | 0.51% | - |
| HSV(B) | 102.4º | 0.93% | 0.95% | - |
| XYZ | 35.42 | 65.38 | 11.28 | - |
| YUV | 168.81 | 42.32 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 242 | 17 | 0.66 | 0 | 0.93 | 0.05 | 102.4 | 0.9 | 0.51 |
| Hex | 53 | F2 | 11 | 42 | 0 | 5D | 5 | 66 | 5A | 33 |
| Octal | 123 | 362 | 21 | 102 | 0 | 135 | 5 | 146 | 132 | 63 |
| Binary | 1010011 | 11110010 | 10001 | 1000010 | 0 | 1011101 | 101 | 1100110 | 1011010 | 110011 |
Color Harmonies of #53F211
Complementary color
Monochromatic Colors of #53F211
Black with #53F211
Text Example
Text Example
White with #53F211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F211; }
p { color: rgb(83,242,17); }
H1.HeaderClassName
{
color: #53F211;
}
.AnyTagClassName
{
color: #53F211;
}
</style>
background-color css
<style>
a { background-color: #53F211; }
a { background-color: rgb(83,242,17); }
div.DivClassName
{
background-color: #53F211;
}
.BgClassName
{
background-color: #53F211;
}
</style>
border-color css
<style>
span { border-color: #53F211; }
span { border-color: rgb(83,242,17); }
td.TdClassName
{
border-color: #53F211;
}
.TagClassName
{
border-color: #53F211;
}
</style>