Shades of Harlequin #53F724
Tints of Harlequin #53F724
RGB
CMYK
RGB Variations
Color information
#53F724 (or 0x53F724) is known color: Harlequin. HEX triplet: 53, F7 and 24. RGB value is (83,247,36). Sum of RGB (Red+Green+Blue) = 83+247+36=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 247 (96.88% from 255 or 67.49% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 247 - color contains mainly: green. Hex color #53F724 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53F724 is #AC08DB. Grayscale: #AEAEAE. Windows color (decimal): -11274460 or 2422611. OLE color: 2422611.
HSL color Cylindrical-coordinate representation of color #53F724: hue angle of 106.64º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #53F724 is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 83 | 247 | 36 | - |
| CMYK | 0.66 | 0 | 0.85 | 0.03 |
| HSL | 106.64º | 0.93% | 0.55% | - |
| HSV(B) | 106.64º | 0.85% | 0.97% | - |
| XYZ | 37.15 | 68.49 | 12.93 | - |
| YUV | 173.91 | 50.17 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 247 | 36 | 0.66 | 0 | 0.85 | 0.03 | 106.64 | 0.93 | 0.55 |
| Hex | 53 | F7 | 24 | 42 | 0 | 55 | 3 | 6B | 5D | 37 |
| Octal | 123 | 367 | 44 | 102 | 0 | 125 | 3 | 153 | 135 | 67 |
| Binary | 1010011 | 11110111 | 100100 | 1000010 | 0 | 1010101 | 11 | 1101011 | 1011101 | 110111 |
Color Harmonies of #53F724
Complementary color
Monochromatic Colors of #53F724
Black with #53F724
Text Example
Text Example
White with #53F724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F724; }
p { color: rgb(83,247,36); }
H1.HeaderClassName
{
color: #53F724;
}
.AnyTagClassName
{
color: #53F724;
}
</style>
background-color css
<style>
a { background-color: #53F724; }
a { background-color: rgb(83,247,36); }
div.DivClassName
{
background-color: #53F724;
}
.BgClassName
{
background-color: #53F724;
}
</style>
border-color css
<style>
span { border-color: #53F724; }
span { border-color: rgb(83,247,36); }
td.TdClassName
{
border-color: #53F724;
}
.TagClassName
{
border-color: #53F724;
}
</style>