Shades of Harlequin #53F61E
Tints of Harlequin #53F61E
RGB
CMYK
RGB Variations
Color information
#53F61E (or 0x53F61E) is known color: Harlequin. HEX triplet: 53, F6 and 1E. RGB value is (83,246,30). Sum of RGB (Red+Green+Blue) = 83+246+30=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 246 (96.48% from 255 or 68.52% from 359); Blue value is 30 (12.11% from 255 or 8.36% from 359); Max value from RGB is 246 - color contains mainly: green. Hex color #53F61E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53F61E is #AC09E1. Grayscale: #ADADAD. Windows color (decimal): -11274722 or 2029139. OLE color: 2029139.
HSL color Cylindrical-coordinate representation of color #53F61E: hue angle of 105.28º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53F61E is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 246 | 30 | - |
| CMYK | 0.66 | 0 | 0.88 | 0.04 |
| HSL | 105.28º | 0.92% | 0.54% | - |
| HSV(B) | 105.28º | 0.88% | 0.96% | - |
| XYZ | 36.76 | 67.84 | 12.39 | - |
| YUV | 172.64 | 47.5 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 246 | 30 | 0.66 | 0 | 0.88 | 0.04 | 105.28 | 0.92 | 0.54 |
| Hex | 53 | F6 | 1E | 42 | 0 | 58 | 4 | 69 | 5C | 36 |
| Octal | 123 | 366 | 36 | 102 | 0 | 130 | 4 | 151 | 134 | 66 |
| Binary | 1010011 | 11110110 | 11110 | 1000010 | 0 | 1011000 | 100 | 1101001 | 1011100 | 110110 |
Color Harmonies of #53F61E
Complementary color
Monochromatic Colors of #53F61E
Black with #53F61E
Text Example
Text Example
White with #53F61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F61E; }
p { color: rgb(83,246,30); }
H1.HeaderClassName
{
color: #53F61E;
}
.AnyTagClassName
{
color: #53F61E;
}
</style>
background-color css
<style>
a { background-color: #53F61E; }
a { background-color: rgb(83,246,30); }
div.DivClassName
{
background-color: #53F61E;
}
.BgClassName
{
background-color: #53F61E;
}
</style>
border-color css
<style>
span { border-color: #53F61E; }
span { border-color: rgb(83,246,30); }
td.TdClassName
{
border-color: #53F61E;
}
.TagClassName
{
border-color: #53F61E;
}
</style>