Shades of Harlequin #52E81B
Tints of Harlequin #52E81B
RGB
CMYK
RGB Variations
Color information
#52E81B (or 0x52E81B) is known color: Harlequin. HEX triplet: 52, E8 and 1B. RGB value is (82,232,27). Sum of RGB (Red+Green+Blue) = 82+232+27=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 232 (91.02% from 255 or 68.04% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 232 - color contains mainly: green. Hex color #52E81B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52E81B is #AD17E4. Grayscale: #A4A4A4. Windows color (decimal): -11343845 or 1828946. OLE color: 1828946.
HSL color Cylindrical-coordinate representation of color #52E81B: hue angle of 103.9º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52E81B is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 232 | 27 | - |
| CMYK | 0.65 | 0 | 0.88 | 0.09 |
| HSL | 103.9º | 0.82% | 0.51% | - |
| HSV(B) | 103.9º | 0.88% | 0.91% | - |
| XYZ | 32.53 | 59.59 | 10.82 | - |
| YUV | 163.78 | 50.81 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 232 | 27 | 0.65 | 0 | 0.88 | 0.09 | 103.9 | 0.82 | 0.51 |
| Hex | 52 | E8 | 1B | 41 | 0 | 58 | 9 | 68 | 52 | 33 |
| Octal | 122 | 350 | 33 | 101 | 0 | 130 | 11 | 150 | 122 | 63 |
| Binary | 1010010 | 11101000 | 11011 | 1000001 | 0 | 1011000 | 1001 | 1101000 | 1010010 | 110011 |
Color Harmonies of #52E81B
Complementary color
Monochromatic Colors of #52E81B
Black with #52E81B
Text Example
Text Example
White with #52E81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E81B; }
p { color: rgb(82,232,27); }
H1.HeaderClassName
{
color: #52E81B;
}
.AnyTagClassName
{
color: #52E81B;
}
</style>
background-color css
<style>
a { background-color: #52E81B; }
a { background-color: rgb(82,232,27); }
div.DivClassName
{
background-color: #52E81B;
}
.BgClassName
{
background-color: #52E81B;
}
</style>
border-color css
<style>
span { border-color: #52E81B; }
span { border-color: rgb(82,232,27); }
td.TdClassName
{
border-color: #52E81B;
}
.TagClassName
{
border-color: #52E81B;
}
</style>