Shades of Harlequin #52FF32
Tints of Harlequin #52FF32
RGB
CMYK
RGB Variations
Color information
#52FF32 (or 0x52FF32) is known color: Harlequin. HEX triplet: 52, FF and 32. RGB value is (82,255,50). Sum of RGB (Red+Green+Blue) = 82+255+50=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 255 (100% from 255 or 65.89% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 255 - color contains mainly: green. Hex color #52FF32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52FF32 is #AD00CD. Grayscale: #B4B4B4. Windows color (decimal): -11337934 or 3342162. OLE color: 3342162.
HSL color Cylindrical-coordinate representation of color #52FF32: hue angle of 110.63º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52FF32 is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 255 | 50 | - |
| CMYK | 0.68 | 0 | 0.80 | 0 |
| HSL | 110.63º | 1% | 0.6% | - |
| HSV(B) | 110.63º | 0.8% | 1% | - |
| XYZ | 39.82 | 73.54 | 15.11 | - |
| YUV | 179.9 | 54.69 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 255 | 50 | 0.68 | 0 | 0.80 | 0 | 110.63 | 1 | 0.6 |
| Hex | 52 | FF | 32 | 44 | 0 | 50 | 0 | 6F | 64 | 3C |
| Octal | 122 | 377 | 62 | 104 | 0 | 120 | 0 | 157 | 144 | 74 |
| Binary | 1010010 | 11111111 | 110010 | 1000100 | 0 | 1010000 | 0 | 1101111 | 1100100 | 111100 |
Color Harmonies of #52FF32
Complementary color
Monochromatic Colors of #52FF32
Black with #52FF32
Text Example
Text Example
White with #52FF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FF32; }
p { color: rgb(82,255,50); }
H1.HeaderClassName
{
color: #52FF32;
}
.AnyTagClassName
{
color: #52FF32;
}
</style>
background-color css
<style>
a { background-color: #52FF32; }
a { background-color: rgb(82,255,50); }
div.DivClassName
{
background-color: #52FF32;
}
.BgClassName
{
background-color: #52FF32;
}
</style>
border-color css
<style>
span { border-color: #52FF32; }
span { border-color: rgb(82,255,50); }
td.TdClassName
{
border-color: #52FF32;
}
.TagClassName
{
border-color: #52FF32;
}
</style>