Shades of Harlequin #52F524
Tints of Harlequin #52F524
RGB
CMYK
RGB Variations
Color information
#52F524 (or 0x52F524) is known color: Harlequin. HEX triplet: 52, F5 and 24. RGB value is (82,245,36). Sum of RGB (Red+Green+Blue) = 82+245+36=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 245 (96.09% from 255 or 67.49% from 363); Blue value is 36 (14.45% from 255 or 9.92% from 363); Max value from RGB is 245 - color contains mainly: green. Hex color #52F524 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F524 is #AD0ADB. Grayscale: #ADADAD. Windows color (decimal): -11340508 or 2422098. OLE color: 2422098.
HSL color Cylindrical-coordinate representation of color #52F524: hue angle of 106.79º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52F524 is Cyan = 0.67, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 245 | 36 | - |
| CMYK | 0.67 | 0 | 0.85 | 0.04 |
| HSL | 106.79º | 0.91% | 0.55% | - |
| HSV(B) | 106.79º | 0.85% | 0.96% | - |
| XYZ | 36.45 | 67.23 | 12.72 | - |
| YUV | 172.44 | 51 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 245 | 36 | 0.67 | 0 | 0.85 | 0.04 | 106.79 | 0.91 | 0.55 |
| Hex | 52 | F5 | 24 | 43 | 0 | 55 | 4 | 6B | 5B | 37 |
| Octal | 122 | 365 | 44 | 103 | 0 | 125 | 4 | 153 | 133 | 67 |
| Binary | 1010010 | 11110101 | 100100 | 1000011 | 0 | 1010101 | 100 | 1101011 | 1011011 | 110111 |
Color Harmonies of #52F524
Complementary color
Monochromatic Colors of #52F524
Black with #52F524
Text Example
Text Example
White with #52F524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F524; }
p { color: rgb(82,245,36); }
H1.HeaderClassName
{
color: #52F524;
}
.AnyTagClassName
{
color: #52F524;
}
</style>
background-color css
<style>
a { background-color: #52F524; }
a { background-color: rgb(82,245,36); }
div.DivClassName
{
background-color: #52F524;
}
.BgClassName
{
background-color: #52F524;
}
</style>
border-color css
<style>
span { border-color: #52F524; }
span { border-color: rgb(82,245,36); }
td.TdClassName
{
border-color: #52F524;
}
.TagClassName
{
border-color: #52F524;
}
</style>