Shades of Harlequin #53F616
Tints of Harlequin #53F616
RGB
CMYK
RGB Variations
Color information
#53F616 (or 0x53F616) is known color: Harlequin. HEX triplet: 53, F6 and 16. RGB value is (83,246,22). Sum of RGB (Red+Green+Blue) = 83+246+22=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 246 (96.48% from 255 or 70.09% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 246 - color contains mainly: green. Hex color #53F616 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53F616 is #AC09E9. Grayscale: #ACACAC. Windows color (decimal): -11274730 or 1504851. OLE color: 1504851.
HSL color Cylindrical-coordinate representation of color #53F616: hue angle of 103.66º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #53F616 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 246 | 22 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.04 |
| HSL | 103.66º | 0.93% | 0.53% | - |
| HSV(B) | 103.66º | 0.91% | 0.96% | - |
| XYZ | 36.67 | 67.81 | 11.91 | - |
| YUV | 171.73 | 43.5 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 246 | 22 | 0.66 | 0 | 0.91 | 0.04 | 103.66 | 0.93 | 0.53 |
| Hex | 53 | F6 | 16 | 42 | 0 | 5B | 4 | 68 | 5D | 35 |
| Octal | 123 | 366 | 26 | 102 | 0 | 133 | 4 | 150 | 135 | 65 |
| Binary | 1010011 | 11110110 | 10110 | 1000010 | 0 | 1011011 | 100 | 1101000 | 1011101 | 110101 |
Color Harmonies of #53F616
Complementary color
Monochromatic Colors of #53F616
Black with #53F616
Text Example
Text Example
White with #53F616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F616; }
p { color: rgb(83,246,22); }
H1.HeaderClassName
{
color: #53F616;
}
.AnyTagClassName
{
color: #53F616;
}
</style>
background-color css
<style>
a { background-color: #53F616; }
a { background-color: rgb(83,246,22); }
div.DivClassName
{
background-color: #53F616;
}
.BgClassName
{
background-color: #53F616;
}
</style>
border-color css
<style>
span { border-color: #53F616; }
span { border-color: rgb(83,246,22); }
td.TdClassName
{
border-color: #53F616;
}
.TagClassName
{
border-color: #53F616;
}
</style>