Shades of Harlequin #32F721
Tints of Harlequin #32F721
RGB
CMYK
RGB Variations
Color information
#32F721 (or 0x32F721) is known color: Harlequin. HEX triplet: 32, F7 and 21. RGB value is (50,247,33). Sum of RGB (Red+Green+Blue) = 50+247+33=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 247 (96.88% from 255 or 74.85% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 247 - color contains mainly: green. Hex color #32F721 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F721 is #CD08DE. Grayscale: #A4A4A4. Windows color (decimal): -13437151 or 2225970. OLE color: 2225970.
HSL color Cylindrical-coordinate representation of color #32F721: hue angle of 115.23º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32F721 is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 247 | 33 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.03 |
| HSL | 115.23º | 0.93% | 0.55% | - |
| HSV(B) | 115.23º | 0.87% | 0.97% | - |
| XYZ | 34.85 | 67.31 | 12.59 | - |
| YUV | 163.7 | 54.23 | 46.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 247 | 33 | 0.80 | 0 | 0.87 | 0.03 | 115.23 | 0.93 | 0.55 |
| Hex | 32 | F7 | 21 | 50 | 0 | 57 | 3 | 73 | 5D | 37 |
| Octal | 62 | 367 | 41 | 120 | 0 | 127 | 3 | 163 | 135 | 67 |
| Binary | 110010 | 11110111 | 100001 | 1010000 | 0 | 1010111 | 11 | 1110011 | 1011101 | 110111 |
Color Harmonies of #32F721
Complementary color
Monochromatic Colors of #32F721
Black with #32F721
Text Example
Text Example
White with #32F721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F721; }
p { color: rgb(50,247,33); }
H1.HeaderClassName
{
color: #32F721;
}
.AnyTagClassName
{
color: #32F721;
}
</style>
background-color css
<style>
a { background-color: #32F721; }
a { background-color: rgb(50,247,33); }
div.DivClassName
{
background-color: #32F721;
}
.BgClassName
{
background-color: #32F721;
}
</style>
border-color css
<style>
span { border-color: #32F721; }
span { border-color: rgb(50,247,33); }
td.TdClassName
{
border-color: #32F721;
}
.TagClassName
{
border-color: #32F721;
}
</style>