Shades of Harlequin #52FA20
Tints of Harlequin #52FA20
RGB
CMYK
RGB Variations
Color information
#52FA20 (or 0x52FA20) is known color: Harlequin. HEX triplet: 52, FA and 20. RGB value is (82,250,32). Sum of RGB (Red+Green+Blue) = 82+250+32=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 250 (98.05% from 255 or 68.68% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 250 - color contains mainly: green. Hex color #52FA20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52FA20 is #AD05DF. Grayscale: #AFAFAF. Windows color (decimal): -11339232 or 2161234. OLE color: 2161234.
HSL color Cylindrical-coordinate representation of color #52FA20: hue angle of 106.24º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52FA20 is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 250 | 32 | - |
| CMYK | 0.67 | 0 | 0.87 | 0.02 |
| HSL | 106.24º | 0.96% | 0.55% | - |
| HSV(B) | 106.24º | 0.87% | 0.98% | - |
| XYZ | 37.93 | 70.27 | 12.93 | - |
| YUV | 174.92 | 47.34 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 250 | 32 | 0.67 | 0 | 0.87 | 0.02 | 106.24 | 0.96 | 0.55 |
| Hex | 52 | FA | 20 | 43 | 0 | 57 | 2 | 6A | 60 | 37 |
| Octal | 122 | 372 | 40 | 103 | 0 | 127 | 2 | 152 | 140 | 67 |
| Binary | 1010010 | 11111010 | 100000 | 1000011 | 0 | 1010111 | 10 | 1101010 | 1100000 | 110111 |
Color Harmonies of #52FA20
Complementary color
Monochromatic Colors of #52FA20
Black with #52FA20
Text Example
Text Example
White with #52FA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FA20; }
p { color: rgb(82,250,32); }
H1.HeaderClassName
{
color: #52FA20;
}
.AnyTagClassName
{
color: #52FA20;
}
</style>
background-color css
<style>
a { background-color: #52FA20; }
a { background-color: rgb(82,250,32); }
div.DivClassName
{
background-color: #52FA20;
}
.BgClassName
{
background-color: #52FA20;
}
</style>
border-color css
<style>
span { border-color: #52FA20; }
span { border-color: rgb(82,250,32); }
td.TdClassName
{
border-color: #52FA20;
}
.TagClassName
{
border-color: #52FA20;
}
</style>