Shades of Harlequin #32F720
Tints of Harlequin #32F720
RGB
CMYK
RGB Variations
Color information
#32F720 (or 0x32F720) is known color: Harlequin. HEX triplet: 32, F7 and 20. RGB value is (50,247,32). Sum of RGB (Red+Green+Blue) = 50+247+32=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 247 (96.88% from 255 or 75.08% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 247 - color contains mainly: green. Hex color #32F720 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F720 is #CD08DF. Grayscale: #A4A4A4. Windows color (decimal): -13437152 or 2160434. OLE color: 2160434.
HSL color Cylindrical-coordinate representation of color #32F720: hue angle of 114.98º 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 #32F720 is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 247 | 32 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.03 |
| HSL | 114.98º | 0.93% | 0.55% | - |
| HSV(B) | 114.98º | 0.87% | 0.97% | - |
| XYZ | 34.84 | 67.3 | 12.52 | - |
| YUV | 163.59 | 53.73 | 46.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 247 | 32 | 0.80 | 0 | 0.87 | 0.03 | 114.98 | 0.93 | 0.55 |
| Hex | 32 | F7 | 20 | 50 | 0 | 57 | 3 | 73 | 5D | 37 |
| Octal | 62 | 367 | 40 | 120 | 0 | 127 | 3 | 163 | 135 | 67 |
| Binary | 110010 | 11110111 | 100000 | 1010000 | 0 | 1010111 | 11 | 1110011 | 1011101 | 110111 |
Color Harmonies of #32F720
Complementary color
Monochromatic Colors of #32F720
Black with #32F720
Text Example
Text Example
White with #32F720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F720; }
p { color: rgb(50,247,32); }
H1.HeaderClassName
{
color: #32F720;
}
.AnyTagClassName
{
color: #32F720;
}
</style>
background-color css
<style>
a { background-color: #32F720; }
a { background-color: rgb(50,247,32); }
div.DivClassName
{
background-color: #32F720;
}
.BgClassName
{
background-color: #32F720;
}
</style>
border-color css
<style>
span { border-color: #32F720; }
span { border-color: rgb(50,247,32); }
td.TdClassName
{
border-color: #32F720;
}
.TagClassName
{
border-color: #32F720;
}
</style>