Shades of Harlequin #32F11D
Tints of Harlequin #32F11D
RGB
CMYK
RGB Variations
Color information
#32F11D (or 0x32F11D) is known color: Harlequin. HEX triplet: 32, F1 and 1D. RGB value is (50,241,29). Sum of RGB (Red+Green+Blue) = 50+241+29=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 241 (94.53% from 255 or 75.31% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 241 - color contains mainly: green. Hex color #32F11D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F11D is #CD0EE2. Grayscale: #A0A0A0. Windows color (decimal): -13438691 or 1962290. OLE color: 1962290.
HSL color Cylindrical-coordinate representation of color #32F11D: hue angle of 114.06º degrees, saturation: 0.88, 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 #32F11D is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 241 | 29 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.05 |
| HSL | 114.06º | 0.88% | 0.53% | - |
| HSV(B) | 114.06º | 0.88% | 0.95% | - |
| XYZ | 32.99 | 63.68 | 11.71 | - |
| YUV | 159.72 | 54.22 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 241 | 29 | 0.79 | 0 | 0.88 | 0.05 | 114.06 | 0.88 | 0.53 |
| Hex | 32 | F1 | 1D | 4F | 0 | 58 | 5 | 72 | 58 | 35 |
| Octal | 62 | 361 | 35 | 117 | 0 | 130 | 5 | 162 | 130 | 65 |
| Binary | 110010 | 11110001 | 11101 | 1001111 | 0 | 1011000 | 101 | 1110010 | 1011000 | 110101 |
Color Harmonies of #32F11D
Complementary color
Monochromatic Colors of #32F11D
Black with #32F11D
Text Example
Text Example
White with #32F11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F11D; }
p { color: rgb(50,241,29); }
H1.HeaderClassName
{
color: #32F11D;
}
.AnyTagClassName
{
color: #32F11D;
}
</style>
background-color css
<style>
a { background-color: #32F11D; }
a { background-color: rgb(50,241,29); }
div.DivClassName
{
background-color: #32F11D;
}
.BgClassName
{
background-color: #32F11D;
}
</style>
border-color css
<style>
span { border-color: #32F11D; }
span { border-color: rgb(50,241,29); }
td.TdClassName
{
border-color: #32F11D;
}
.TagClassName
{
border-color: #32F11D;
}
</style>