Shades of Harlequin #32F21D
Tints of Harlequin #32F21D
RGB
CMYK
RGB Variations
Color information
#32F21D (or 0x32F21D) is known color: Harlequin. HEX triplet: 32, F2 and 1D. RGB value is (50,242,29). Sum of RGB (Red+Green+Blue) = 50+242+29=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 242 (94.92% from 255 or 75.39% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 242 - color contains mainly: green. Hex color #32F21D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F21D is #CD0DE2. Grayscale: #A0A0A0. Windows color (decimal): -13438435 or 1962546. OLE color: 1962546.
HSL color Cylindrical-coordinate representation of color #32F21D: hue angle of 114.08º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32F21D is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 242 | 29 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.05 |
| HSL | 114.08º | 0.89% | 0.53% | - |
| HSV(B) | 114.08º | 0.88% | 0.95% | - |
| XYZ | 33.29 | 64.27 | 11.81 | - |
| YUV | 160.31 | 53.89 | 49.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 242 | 29 | 0.79 | 0 | 0.88 | 0.05 | 114.08 | 0.89 | 0.53 |
| Hex | 32 | F2 | 1D | 4F | 0 | 58 | 5 | 72 | 59 | 35 |
| Octal | 62 | 362 | 35 | 117 | 0 | 130 | 5 | 162 | 131 | 65 |
| Binary | 110010 | 11110010 | 11101 | 1001111 | 0 | 1011000 | 101 | 1110010 | 1011001 | 110101 |
Color Harmonies of #32F21D
Complementary color
Monochromatic Colors of #32F21D
Black with #32F21D
Text Example
Text Example
White with #32F21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F21D; }
p { color: rgb(50,242,29); }
H1.HeaderClassName
{
color: #32F21D;
}
.AnyTagClassName
{
color: #32F21D;
}
</style>
background-color css
<style>
a { background-color: #32F21D; }
a { background-color: rgb(50,242,29); }
div.DivClassName
{
background-color: #32F21D;
}
.BgClassName
{
background-color: #32F21D;
}
</style>
border-color css
<style>
span { border-color: #32F21D; }
span { border-color: rgb(50,242,29); }
td.TdClassName
{
border-color: #32F21D;
}
.TagClassName
{
border-color: #32F21D;
}
</style>