Shades of Harlequin #32F41B
Tints of Harlequin #32F41B
RGB
CMYK
RGB Variations
Color information
#32F41B (or 0x32F41B) is known color: Harlequin. HEX triplet: 32, F4 and 1B. RGB value is (50,244,27). Sum of RGB (Red+Green+Blue) = 50+244+27=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 244 (95.70% from 255 or 76.01% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 244 - color contains mainly: green. Hex color #32F41B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F41B is #CD0BE4. Grayscale: #A1A1A1. Windows color (decimal): -13437925 or 1831986. OLE color: 1831986.
HSL color Cylindrical-coordinate representation of color #32F41B: hue angle of 113.64º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32F41B is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 244 | 27 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.04 |
| HSL | 113.64º | 0.91% | 0.53% | - |
| HSV(B) | 113.64º | 0.89% | 0.96% | - |
| XYZ | 33.86 | 65.46 | 11.89 | - |
| YUV | 161.26 | 52.23 | 48.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 244 | 27 | 0.80 | 0 | 0.89 | 0.04 | 113.64 | 0.91 | 0.53 |
| Hex | 32 | F4 | 1B | 50 | 0 | 59 | 4 | 72 | 5B | 35 |
| Octal | 62 | 364 | 33 | 120 | 0 | 131 | 4 | 162 | 133 | 65 |
| Binary | 110010 | 11110100 | 11011 | 1010000 | 0 | 1011001 | 100 | 1110010 | 1011011 | 110101 |
Color Harmonies of #32F41B
Complementary color
Monochromatic Colors of #32F41B
Black with #32F41B
Text Example
Text Example
White with #32F41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F41B; }
p { color: rgb(50,244,27); }
H1.HeaderClassName
{
color: #32F41B;
}
.AnyTagClassName
{
color: #32F41B;
}
</style>
background-color css
<style>
a { background-color: #32F41B; }
a { background-color: rgb(50,244,27); }
div.DivClassName
{
background-color: #32F41B;
}
.BgClassName
{
background-color: #32F41B;
}
</style>
border-color css
<style>
span { border-color: #32F41B; }
span { border-color: rgb(50,244,27); }
td.TdClassName
{
border-color: #32F41B;
}
.TagClassName
{
border-color: #32F41B;
}
</style>