Shades of Harlequin #52E50F
Tints of Harlequin #52E50F
RGB
CMYK
RGB Variations
Color information
#52E50F (or 0x52E50F) is known color: Harlequin. HEX triplet: 52, E5 and 0F. RGB value is (82,229,15). Sum of RGB (Red+Green+Blue) = 82+229+15=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 229 (89.84% from 255 or 70.25% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 229 - color contains mainly: green. Hex color #52E50F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52E50F is #AD1AF0. Grayscale: #A1A1A1. Windows color (decimal): -11344625 or 1041746. OLE color: 1041746.
HSL color Cylindrical-coordinate representation of color #52E50F: hue angle of 101.21º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52E50F is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 229 | 15 | - |
| CMYK | 0.64 | 0 | 0.93 | 0.10 |
| HSL | 101.22º | 0.88% | 0.48% | - |
| HSV(B) | 101.22º | 0.93% | 0.9% | - |
| XYZ | 31.59 | 57.87 | 9.96 | - |
| YUV | 160.65 | 45.8 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 229 | 15 | 0.64 | 0 | 0.93 | 0.10 | 101.22 | 0.88 | 0.48 |
| Hex | 52 | E5 | F | 40 | 0 | 5D | A | 65 | 58 | 30 |
| Octal | 122 | 345 | 17 | 100 | 0 | 135 | 12 | 145 | 130 | 60 |
| Binary | 1010010 | 11100101 | 1111 | 1000000 | 0 | 1011101 | 1010 | 1100101 | 1011000 | 110000 |
Color Harmonies of #52E50F
Complementary color
Monochromatic Colors of #52E50F
Black with #52E50F
Text Example
Text Example
White with #52E50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E50F; }
p { color: rgb(82,229,15); }
H1.HeaderClassName
{
color: #52E50F;
}
.AnyTagClassName
{
color: #52E50F;
}
</style>
background-color css
<style>
a { background-color: #52E50F; }
a { background-color: rgb(82,229,15); }
div.DivClassName
{
background-color: #52E50F;
}
.BgClassName
{
background-color: #52E50F;
}
</style>
border-color css
<style>
span { border-color: #52E50F; }
span { border-color: rgb(82,229,15); }
td.TdClassName
{
border-color: #52E50F;
}
.TagClassName
{
border-color: #52E50F;
}
</style>