Shades of Harlequin #32F41F
Tints of Harlequin #32F41F
RGB
CMYK
RGB Variations
Color information
#32F41F (or 0x32F41F) is known color: Harlequin. HEX triplet: 32, F4 and 1F. RGB value is (50,244,31). Sum of RGB (Red+Green+Blue) = 50+244+31=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 244 (95.70% from 255 or 75.08% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 244 - color contains mainly: green. Hex color #32F41F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F41F is #CD0BE0. Grayscale: #A2A2A2. Windows color (decimal): -13437921 or 2094130. OLE color: 2094130.
HSL color Cylindrical-coordinate representation of color #32F41F: hue angle of 114.65º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32F41F is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 244 | 31 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.04 |
| HSL | 114.65º | 0.91% | 0.54% | - |
| HSV(B) | 114.65º | 0.87% | 0.96% | - |
| XYZ | 33.91 | 65.48 | 12.15 | - |
| YUV | 161.71 | 54.23 | 48.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 244 | 31 | 0.80 | 0 | 0.87 | 0.04 | 114.65 | 0.91 | 0.54 |
| Hex | 32 | F4 | 1F | 50 | 0 | 57 | 4 | 73 | 5B | 36 |
| Octal | 62 | 364 | 37 | 120 | 0 | 127 | 4 | 163 | 133 | 66 |
| Binary | 110010 | 11110100 | 11111 | 1010000 | 0 | 1010111 | 100 | 1110011 | 1011011 | 110110 |
Color Harmonies of #32F41F
Complementary color
Monochromatic Colors of #32F41F
Black with #32F41F
Text Example
Text Example
White with #32F41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F41F; }
p { color: rgb(50,244,31); }
H1.HeaderClassName
{
color: #32F41F;
}
.AnyTagClassName
{
color: #32F41F;
}
</style>
background-color css
<style>
a { background-color: #32F41F; }
a { background-color: rgb(50,244,31); }
div.DivClassName
{
background-color: #32F41F;
}
.BgClassName
{
background-color: #32F41F;
}
</style>
border-color css
<style>
span { border-color: #32F41F; }
span { border-color: rgb(50,244,31); }
td.TdClassName
{
border-color: #32F41F;
}
.TagClassName
{
border-color: #32F41F;
}
</style>