Shades of Harlequin #53F210
Tints of Harlequin #53F210
RGB
CMYK
RGB Variations
Color information
#53F210 (or 0x53F210) is known color: Harlequin. HEX triplet: 53, F2 and 10. RGB value is (83,242,16). Sum of RGB (Red+Green+Blue) = 83+242+16=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 242 (94.92% from 255 or 70.97% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 242 - color contains mainly: green. Hex color #53F210 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53F210 is #AC0DEF. Grayscale: #A9A9A9. Windows color (decimal): -11275760 or 1110611. OLE color: 1110611.
HSL color Cylindrical-coordinate representation of color #53F210: hue angle of 102.21º 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 #53F210 is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 242 | 16 | - |
| CMYK | 0.66 | 0 | 0.93 | 0.05 |
| HSL | 102.21º | 0.9% | 0.51% | - |
| HSV(B) | 102.21º | 0.93% | 0.95% | - |
| XYZ | 35.41 | 65.38 | 11.24 | - |
| YUV | 168.7 | 41.82 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 242 | 16 | 0.66 | 0 | 0.93 | 0.05 | 102.21 | 0.9 | 0.51 |
| Hex | 53 | F2 | 10 | 42 | 0 | 5D | 5 | 66 | 5A | 33 |
| Octal | 123 | 362 | 20 | 102 | 0 | 135 | 5 | 146 | 132 | 63 |
| Binary | 1010011 | 11110010 | 10000 | 1000010 | 0 | 1011101 | 101 | 1100110 | 1011010 | 110011 |
Color Harmonies of #53F210
Complementary color
Monochromatic Colors of #53F210
Black with #53F210
Text Example
Text Example
White with #53F210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F210; }
p { color: rgb(83,242,16); }
H1.HeaderClassName
{
color: #53F210;
}
.AnyTagClassName
{
color: #53F210;
}
</style>
background-color css
<style>
a { background-color: #53F210; }
a { background-color: rgb(83,242,16); }
div.DivClassName
{
background-color: #53F210;
}
.BgClassName
{
background-color: #53F210;
}
</style>
border-color css
<style>
span { border-color: #53F210; }
span { border-color: rgb(83,242,16); }
td.TdClassName
{
border-color: #53F210;
}
.TagClassName
{
border-color: #53F210;
}
</style>