Shades of Harlequin #53F617
Tints of Harlequin #53F617
RGB
CMYK
RGB Variations
Color information
#53F617 (or 0x53F617) is known color: Harlequin. HEX triplet: 53, F6 and 17. RGB value is (83,246,23). Sum of RGB (Red+Green+Blue) = 83+246+23=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 246 (96.48% from 255 or 69.89% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 246 - color contains mainly: green. Hex color #53F617 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53F617 is #AC09E8. Grayscale: #ACACAC. Windows color (decimal): -11274729 or 1570387. OLE color: 1570387.
HSL color Cylindrical-coordinate representation of color #53F617: hue angle of 103.86º 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 #53F617 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 246 | 23 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.04 |
| HSL | 103.86º | 0.93% | 0.53% | - |
| HSV(B) | 103.86º | 0.91% | 0.96% | - |
| XYZ | 36.68 | 67.81 | 11.97 | - |
| YUV | 171.84 | 44 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 246 | 23 | 0.66 | 0 | 0.91 | 0.04 | 103.86 | 0.93 | 0.53 |
| Hex | 53 | F6 | 17 | 42 | 0 | 5B | 4 | 68 | 5D | 35 |
| Octal | 123 | 366 | 27 | 102 | 0 | 133 | 4 | 150 | 135 | 65 |
| Binary | 1010011 | 11110110 | 10111 | 1000010 | 0 | 1011011 | 100 | 1101000 | 1011101 | 110101 |
Color Harmonies of #53F617
Complementary color
Monochromatic Colors of #53F617
Black with #53F617
Text Example
Text Example
White with #53F617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F617; }
p { color: rgb(83,246,23); }
H1.HeaderClassName
{
color: #53F617;
}
.AnyTagClassName
{
color: #53F617;
}
</style>
background-color css
<style>
a { background-color: #53F617; }
a { background-color: rgb(83,246,23); }
div.DivClassName
{
background-color: #53F617;
}
.BgClassName
{
background-color: #53F617;
}
</style>
border-color css
<style>
span { border-color: #53F617; }
span { border-color: rgb(83,246,23); }
td.TdClassName
{
border-color: #53F617;
}
.TagClassName
{
border-color: #53F617;
}
</style>