Shades of Harlequin #32F41C
Tints of Harlequin #32F41C
RGB
CMYK
RGB Variations
Color information
#32F41C (or 0x32F41C) is known color: Harlequin. HEX triplet: 32, F4 and 1C. RGB value is (50,244,28). Sum of RGB (Red+Green+Blue) = 50+244+28=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 244 (95.70% from 255 or 75.78% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 244 - color contains mainly: green. Hex color #32F41C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F41C is #CD0BE3. Grayscale: #A2A2A2. Windows color (decimal): -13437924 or 1897522. OLE color: 1897522.
HSL color Cylindrical-coordinate representation of color #32F41C: hue angle of 113.89º 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 #32F41C is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 244 | 28 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.04 |
| HSL | 113.89º | 0.91% | 0.53% | - |
| HSV(B) | 113.89º | 0.89% | 0.96% | - |
| XYZ | 33.88 | 65.46 | 11.95 | - |
| YUV | 161.37 | 52.73 | 48.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 244 | 28 | 0.80 | 0 | 0.89 | 0.04 | 113.89 | 0.91 | 0.53 |
| Hex | 32 | F4 | 1C | 50 | 0 | 59 | 4 | 72 | 5B | 35 |
| Octal | 62 | 364 | 34 | 120 | 0 | 131 | 4 | 162 | 133 | 65 |
| Binary | 110010 | 11110100 | 11100 | 1010000 | 0 | 1011001 | 100 | 1110010 | 1011011 | 110101 |
Color Harmonies of #32F41C
Complementary color
Monochromatic Colors of #32F41C
Black with #32F41C
Text Example
Text Example
White with #32F41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F41C; }
p { color: rgb(50,244,28); }
H1.HeaderClassName
{
color: #32F41C;
}
.AnyTagClassName
{
color: #32F41C;
}
</style>
background-color css
<style>
a { background-color: #32F41C; }
a { background-color: rgb(50,244,28); }
div.DivClassName
{
background-color: #32F41C;
}
.BgClassName
{
background-color: #32F41C;
}
</style>
border-color css
<style>
span { border-color: #32F41C; }
span { border-color: rgb(50,244,28); }
td.TdClassName
{
border-color: #32F41C;
}
.TagClassName
{
border-color: #32F41C;
}
</style>