Shades of Harlequin #32F010
Tints of Harlequin #32F010
RGB
CMYK
RGB Variations
Color information
#32F010 (or 0x32F010) is known color: Harlequin. HEX triplet: 32, F0 and 10. RGB value is (50,240,16). Sum of RGB (Red+Green+Blue) = 50+240+16=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 240 (94.14% from 255 or 78.43% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 240 - color contains mainly: green. Hex color #32F010 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32F010 is #CD0FEF. Grayscale: #9E9E9E. Windows color (decimal): -13438960 or 1110066. OLE color: 1110066.
HSL color Cylindrical-coordinate representation of color #32F010: hue angle of 110.89º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #32F010 is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 240 | 16 | - |
| CMYK | 0.79 | 0 | 0.93 | 0.06 |
| HSL | 110.89º | 0.88% | 0.5% | - |
| HSV(B) | 110.89º | 0.93% | 0.94% | - |
| XYZ | 32.57 | 63.04 | 10.94 | - |
| YUV | 157.65 | 48.05 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 240 | 16 | 0.79 | 0 | 0.93 | 0.06 | 110.89 | 0.88 | 0.5 |
| Hex | 32 | F0 | 10 | 4F | 0 | 5D | 6 | 6F | 58 | 32 |
| Octal | 62 | 360 | 20 | 117 | 0 | 135 | 6 | 157 | 130 | 62 |
| Binary | 110010 | 11110000 | 10000 | 1001111 | 0 | 1011101 | 110 | 1101111 | 1011000 | 110010 |
Color Harmonies of #32F010
Complementary color
Monochromatic Colors of #32F010
Black with #32F010
Text Example
Text Example
White with #32F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F010; }
p { color: rgb(50,240,16); }
H1.HeaderClassName
{
color: #32F010;
}
.AnyTagClassName
{
color: #32F010;
}
</style>
background-color css
<style>
a { background-color: #32F010; }
a { background-color: rgb(50,240,16); }
div.DivClassName
{
background-color: #32F010;
}
.BgClassName
{
background-color: #32F010;
}
</style>
border-color css
<style>
span { border-color: #32F010; }
span { border-color: rgb(50,240,16); }
td.TdClassName
{
border-color: #32F010;
}
.TagClassName
{
border-color: #32F010;
}
</style>