Shades of Harlequin #52E905
Tints of Harlequin #52E905
RGB
CMYK
RGB Variations
Color information
#52E905 (or 0x52E905) is known color: Harlequin. HEX triplet: 52, E9 and 05. RGB value is (82,233,5). Sum of RGB (Red+Green+Blue) = 82+233+5=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 233 (91.41% from 255 or 72.81% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 233 - color contains mainly: green. Hex color #52E905 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52E905 is #AD16FA. Grayscale: #A2A2A2. Windows color (decimal): -11343611 or 387410. OLE color: 387410.
HSL color Cylindrical-coordinate representation of color #52E905: hue angle of 99.74º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52E905 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 233 | 5 | - |
| CMYK | 0.65 | 0 | 0.98 | 0.09 |
| HSL | 99.74º | 0.96% | 0.47% | - |
| HSV(B) | 99.74º | 0.98% | 0.91% | - |
| XYZ | 32.65 | 60.08 | 10.02 | - |
| YUV | 161.86 | 39.47 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 233 | 5 | 0.65 | 0 | 0.98 | 0.09 | 99.74 | 0.96 | 0.47 |
| Hex | 52 | E9 | 5 | 41 | 0 | 62 | 9 | 64 | 60 | 2F |
| Octal | 122 | 351 | 5 | 101 | 0 | 142 | 11 | 144 | 140 | 57 |
| Binary | 1010010 | 11101001 | 101 | 1000001 | 0 | 1100010 | 1001 | 1100100 | 1100000 | 101111 |
Color Harmonies of #52E905
Complementary color
Monochromatic Colors of #52E905
Black with #52E905
Text Example
Text Example
White with #52E905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E905; }
p { color: rgb(82,233,5); }
H1.HeaderClassName
{
color: #52E905;
}
.AnyTagClassName
{
color: #52E905;
}
</style>
background-color css
<style>
a { background-color: #52E905; }
a { background-color: rgb(82,233,5); }
div.DivClassName
{
background-color: #52E905;
}
.BgClassName
{
background-color: #52E905;
}
</style>
border-color css
<style>
span { border-color: #52E905; }
span { border-color: rgb(82,233,5); }
td.TdClassName
{
border-color: #52E905;
}
.TagClassName
{
border-color: #52E905;
}
</style>