Shades of Harlequin #52E805
Tints of Harlequin #52E805
RGB
CMYK
RGB Variations
Color information
#52E805 (or 0x52E805) is known color: Harlequin. HEX triplet: 52, E8 and 05. RGB value is (82,232,5). Sum of RGB (Red+Green+Blue) = 82+232+5=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 232 (91.02% from 255 or 72.73% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 232 - color contains mainly: green. Hex color #52E805 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52E805 is #AD17FA. Grayscale: #A2A2A2. Windows color (decimal): -11343867 or 387154. OLE color: 387154.
HSL color Cylindrical-coordinate representation of color #52E805: hue angle of 99.65º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52E805 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 232 | 5 | - |
| CMYK | 0.65 | 0 | 0.98 | 0.09 |
| HSL | 99.65º | 0.96% | 0.46% | - |
| HSV(B) | 99.65º | 0.98% | 0.91% | - |
| XYZ | 32.36 | 59.52 | 9.93 | - |
| YUV | 161.27 | 39.81 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 232 | 5 | 0.65 | 0 | 0.98 | 0.09 | 99.65 | 0.96 | 0.46 |
| Hex | 52 | E8 | 5 | 41 | 0 | 62 | 9 | 64 | 60 | 2E |
| Octal | 122 | 350 | 5 | 101 | 0 | 142 | 11 | 144 | 140 | 56 |
| Binary | 1010010 | 11101000 | 101 | 1000001 | 0 | 1100010 | 1001 | 1100100 | 1100000 | 101110 |
Color Harmonies of #52E805
Complementary color
Monochromatic Colors of #52E805
Black with #52E805
Text Example
Text Example
White with #52E805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E805; }
p { color: rgb(82,232,5); }
H1.HeaderClassName
{
color: #52E805;
}
.AnyTagClassName
{
color: #52E805;
}
</style>
background-color css
<style>
a { background-color: #52E805; }
a { background-color: rgb(82,232,5); }
div.DivClassName
{
background-color: #52E805;
}
.BgClassName
{
background-color: #52E805;
}
</style>
border-color css
<style>
span { border-color: #52E805; }
span { border-color: rgb(82,232,5); }
td.TdClassName
{
border-color: #52E805;
}
.TagClassName
{
border-color: #52E805;
}
</style>