Shades of Harlequin #52F52D
Tints of Harlequin #52F52D
RGB
CMYK
RGB Variations
Color information
#52F52D (or 0x52F52D) is known color: Harlequin. HEX triplet: 52, F5 and 2D. RGB value is (82,245,45). Sum of RGB (Red+Green+Blue) = 82+245+45=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 245 (96.09% from 255 or 65.86% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 245 - color contains mainly: green. Hex color #52F52D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F52D is #AD0AD2. Grayscale: #AEAEAE. Windows color (decimal): -11340499 or 3011922. OLE color: 3011922.
HSL color Cylindrical-coordinate representation of color #52F52D: hue angle of 108.9º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52F52D is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 245 | 45 | - |
| CMYK | 0.67 | 0 | 0.82 | 0.04 |
| HSL | 108.9º | 0.91% | 0.57% | - |
| HSV(B) | 108.9º | 0.82% | 0.96% | - |
| XYZ | 36.61 | 67.29 | 13.54 | - |
| YUV | 173.46 | 55.5 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 245 | 45 | 0.67 | 0 | 0.82 | 0.04 | 108.9 | 0.91 | 0.57 |
| Hex | 52 | F5 | 2D | 43 | 0 | 52 | 4 | 6D | 5B | 39 |
| Octal | 122 | 365 | 55 | 103 | 0 | 122 | 4 | 155 | 133 | 71 |
| Binary | 1010010 | 11110101 | 101101 | 1000011 | 0 | 1010010 | 100 | 1101101 | 1011011 | 111001 |
Color Harmonies of #52F52D
Complementary color
Monochromatic Colors of #52F52D
Black with #52F52D
Text Example
Text Example
White with #52F52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F52D; }
p { color: rgb(82,245,45); }
H1.HeaderClassName
{
color: #52F52D;
}
.AnyTagClassName
{
color: #52F52D;
}
</style>
background-color css
<style>
a { background-color: #52F52D; }
a { background-color: rgb(82,245,45); }
div.DivClassName
{
background-color: #52F52D;
}
.BgClassName
{
background-color: #52F52D;
}
</style>
border-color css
<style>
span { border-color: #52F52D; }
span { border-color: rgb(82,245,45); }
td.TdClassName
{
border-color: #52F52D;
}
.TagClassName
{
border-color: #52F52D;
}
</style>