Shades of Harlequin #52E90C
Tints of Harlequin #52E90C
RGB
CMYK
RGB Variations
Color information
#52E90C (or 0x52E90C) is known color: Harlequin. HEX triplet: 52, E9 and 0C. RGB value is (82,233,12). Sum of RGB (Red+Green+Blue) = 82+233+12=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 233 (91.41% from 255 or 71.25% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 233 - color contains mainly: green. Hex color #52E90C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #52E90C is #AD16F3. Grayscale: #A3A3A3. Windows color (decimal): -11343604 or 846162. OLE color: 846162.
HSL color Cylindrical-coordinate representation of color #52E90C: hue angle of 101º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52E90C is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 233 | 12 | - |
| CMYK | 0.65 | 0 | 0.95 | 0.09 |
| HSL | 101º | 0.9% | 0.48% | - |
| HSV(B) | 101º | 0.95% | 0.91% | - |
| XYZ | 32.68 | 60.1 | 10.23 | - |
| YUV | 162.66 | 42.97 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 233 | 12 | 0.65 | 0 | 0.95 | 0.09 | 101 | 0.9 | 0.48 |
| Hex | 52 | E9 | C | 41 | 0 | 5F | 9 | 65 | 5A | 30 |
| Octal | 122 | 351 | 14 | 101 | 0 | 137 | 11 | 145 | 132 | 60 |
| Binary | 1010010 | 11101001 | 1100 | 1000001 | 0 | 1011111 | 1001 | 1100101 | 1011010 | 110000 |
Color Harmonies of #52E90C
Complementary color
Monochromatic Colors of #52E90C
Black with #52E90C
Text Example
Text Example
White with #52E90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E90C; }
p { color: rgb(82,233,12); }
H1.HeaderClassName
{
color: #52E90C;
}
.AnyTagClassName
{
color: #52E90C;
}
</style>
background-color css
<style>
a { background-color: #52E90C; }
a { background-color: rgb(82,233,12); }
div.DivClassName
{
background-color: #52E90C;
}
.BgClassName
{
background-color: #52E90C;
}
</style>
border-color css
<style>
span { border-color: #52E90C; }
span { border-color: rgb(82,233,12); }
td.TdClassName
{
border-color: #52E90C;
}
.TagClassName
{
border-color: #52E90C;
}
</style>