Shades of Harlequin #53FA17
Tints of Harlequin #53FA17
RGB
CMYK
RGB Variations
Color information
#53FA17 (or 0x53FA17) is known color: Harlequin. HEX triplet: 53, FA and 17. RGB value is (83,250,23). Sum of RGB (Red+Green+Blue) = 83+250+23=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 250 (98.05% from 255 or 70.22% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 250 - color contains mainly: green. Hex color #53FA17 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53FA17 is #AC05E8. Grayscale: #AEAEAE. Windows color (decimal): -11273705 or 1571411. OLE color: 1571411.
HSL color Cylindrical-coordinate representation of color #53FA17: hue angle of 104.14º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #53FA17 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 250 | 23 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.02 |
| HSL | 104.14º | 0.96% | 0.54% | - |
| HSV(B) | 104.14º | 0.91% | 0.98% | - |
| XYZ | 37.91 | 70.27 | 12.38 | - |
| YUV | 174.19 | 42.67 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 250 | 23 | 0.67 | 0 | 0.91 | 0.02 | 104.14 | 0.96 | 0.54 |
| Hex | 53 | FA | 17 | 43 | 0 | 5B | 2 | 68 | 60 | 36 |
| Octal | 123 | 372 | 27 | 103 | 0 | 133 | 2 | 150 | 140 | 66 |
| Binary | 1010011 | 11111010 | 10111 | 1000011 | 0 | 1011011 | 10 | 1101000 | 1100000 | 110110 |
Color Harmonies of #53FA17
Complementary color
Monochromatic Colors of #53FA17
Black with #53FA17
Text Example
Text Example
White with #53FA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FA17; }
p { color: rgb(83,250,23); }
H1.HeaderClassName
{
color: #53FA17;
}
.AnyTagClassName
{
color: #53FA17;
}
</style>
background-color css
<style>
a { background-color: #53FA17; }
a { background-color: rgb(83,250,23); }
div.DivClassName
{
background-color: #53FA17;
}
.BgClassName
{
background-color: #53FA17;
}
</style>
border-color css
<style>
span { border-color: #53FA17; }
span { border-color: rgb(83,250,23); }
td.TdClassName
{
border-color: #53FA17;
}
.TagClassName
{
border-color: #53FA17;
}
</style>