Shades of Harlequin #32F709
Tints of Harlequin #32F709
RGB
CMYK
RGB Variations
Color information
#32F709 (or 0x32F709) is known color: Harlequin. HEX triplet: 32, F7 and 09. RGB value is (50,247,9). Sum of RGB (Red+Green+Blue) = 50+247+9=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 247 (96.88% from 255 or 80.72% from 306); Blue value is 9 (3.91% from 255 or 2.94% from 306); Max value from RGB is 247 - color contains mainly: green. Hex color #32F709 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32F709 is #CD08F6. Grayscale: #A1A1A1. Windows color (decimal): -13437175 or 653106. OLE color: 653106.
HSL color Cylindrical-coordinate representation of color #32F709: hue angle of 109.66º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #32F709 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 247 | 9 | - |
| CMYK | 0.80 | 0 | 0.96 | 0.03 |
| HSL | 109.66º | 0.94% | 0.5% | - |
| HSV(B) | 109.66º | 0.96% | 0.97% | - |
| XYZ | 34.63 | 67.22 | 11.41 | - |
| YUV | 160.97 | 42.23 | 48.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 247 | 9 | 0.80 | 0 | 0.96 | 0.03 | 109.66 | 0.94 | 0.5 |
| Hex | 32 | F7 | 9 | 50 | 0 | 60 | 3 | 6E | 5E | 32 |
| Octal | 62 | 367 | 11 | 120 | 0 | 140 | 3 | 156 | 136 | 62 |
| Binary | 110010 | 11110111 | 1001 | 1010000 | 0 | 1100000 | 11 | 1101110 | 1011110 | 110010 |
Color Harmonies of #32F709
Complementary color
Monochromatic Colors of #32F709
Black with #32F709
Text Example
Text Example
White with #32F709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F709; }
p { color: rgb(50,247,9); }
H1.HeaderClassName
{
color: #32F709;
}
.AnyTagClassName
{
color: #32F709;
}
</style>
background-color css
<style>
a { background-color: #32F709; }
a { background-color: rgb(50,247,9); }
div.DivClassName
{
background-color: #32F709;
}
.BgClassName
{
background-color: #32F709;
}
</style>
border-color css
<style>
span { border-color: #32F709; }
span { border-color: rgb(50,247,9); }
td.TdClassName
{
border-color: #32F709;
}
.TagClassName
{
border-color: #32F709;
}
</style>