Shades of Harlequin #52E608
Tints of Harlequin #52E608
RGB
CMYK
RGB Variations
Color information
#52E608 (or 0x52E608) is known color: Harlequin. HEX triplet: 52, E6 and 08. RGB value is (82,230,8). Sum of RGB (Red+Green+Blue) = 82+230+8=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 230 (90.23% from 255 or 71.88% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 230 - color contains mainly: green. Hex color #52E608 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52E608 is #AD19F7. Grayscale: #A1A1A1. Windows color (decimal): -11344376 or 583250. OLE color: 583250.
HSL color Cylindrical-coordinate representation of color #52E608: hue angle of 100º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #52E608 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 230 | 8 | - |
| CMYK | 0.64 | 0 | 0.97 | 0.10 |
| HSL | 100º | 0.93% | 0.47% | - |
| HSV(B) | 100º | 0.97% | 0.9% | - |
| XYZ | 31.82 | 58.41 | 9.83 | - |
| YUV | 160.44 | 41.97 | 72.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 230 | 8 | 0.64 | 0 | 0.97 | 0.10 | 100 | 0.93 | 0.47 |
| Hex | 52 | E6 | 8 | 40 | 0 | 61 | A | 64 | 5D | 2F |
| Octal | 122 | 346 | 10 | 100 | 0 | 141 | 12 | 144 | 135 | 57 |
| Binary | 1010010 | 11100110 | 1000 | 1000000 | 0 | 1100001 | 1010 | 1100100 | 1011101 | 101111 |
Color Harmonies of #52E608
Complementary color
Monochromatic Colors of #52E608
Black with #52E608
Text Example
Text Example
White with #52E608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E608; }
p { color: rgb(82,230,8); }
H1.HeaderClassName
{
color: #52E608;
}
.AnyTagClassName
{
color: #52E608;
}
</style>
background-color css
<style>
a { background-color: #52E608; }
a { background-color: rgb(82,230,8); }
div.DivClassName
{
background-color: #52E608;
}
.BgClassName
{
background-color: #52E608;
}
</style>
border-color css
<style>
span { border-color: #52E608; }
span { border-color: rgb(82,230,8); }
td.TdClassName
{
border-color: #52E608;
}
.TagClassName
{
border-color: #52E608;
}
</style>