Shades of Harlequin #32F716
Tints of Harlequin #32F716
RGB
CMYK
RGB Variations
Color information
#32F716 (or 0x32F716) is known color: Harlequin. HEX triplet: 32, F7 and 16. RGB value is (50,247,22). Sum of RGB (Red+Green+Blue) = 50+247+22=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 247 (96.88% from 255 or 77.43% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 247 - color contains mainly: green. Hex color #32F716 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32F716 is #CD08E9. Grayscale: #A3A3A3. Windows color (decimal): -13437162 or 1505074. OLE color: 1505074.
HSL color Cylindrical-coordinate representation of color #32F716: hue angle of 112.53º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32F716 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 247 | 22 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.03 |
| HSL | 112.53º | 0.93% | 0.53% | - |
| HSV(B) | 112.53º | 0.91% | 0.97% | - |
| XYZ | 34.72 | 67.26 | 11.91 | - |
| YUV | 162.45 | 48.73 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 247 | 22 | 0.80 | 0 | 0.91 | 0.03 | 112.53 | 0.93 | 0.53 |
| Hex | 32 | F7 | 16 | 50 | 0 | 5B | 3 | 71 | 5D | 35 |
| Octal | 62 | 367 | 26 | 120 | 0 | 133 | 3 | 161 | 135 | 65 |
| Binary | 110010 | 11110111 | 10110 | 1010000 | 0 | 1011011 | 11 | 1110001 | 1011101 | 110101 |
Color Harmonies of #32F716
Complementary color
Monochromatic Colors of #32F716
Black with #32F716
Text Example
Text Example
White with #32F716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F716; }
p { color: rgb(50,247,22); }
H1.HeaderClassName
{
color: #32F716;
}
.AnyTagClassName
{
color: #32F716;
}
</style>
background-color css
<style>
a { background-color: #32F716; }
a { background-color: rgb(50,247,22); }
div.DivClassName
{
background-color: #32F716;
}
.BgClassName
{
background-color: #32F716;
}
</style>
border-color css
<style>
span { border-color: #32F716; }
span { border-color: rgb(50,247,22); }
td.TdClassName
{
border-color: #32F716;
}
.TagClassName
{
border-color: #32F716;
}
</style>