Shades of Harlequin #32DD0B
Tints of Harlequin #32DD0B
RGB
CMYK
RGB Variations
Color information
#32DD0B (or 0x32DD0B) is known color: Harlequin. HEX triplet: 32, DD and 0B. RGB value is (50,221,11). Sum of RGB (Red+Green+Blue) = 50+221+11=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 221 (86.72% from 255 or 78.37% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32DD0B is #CD22F4. Grayscale: #929292. Windows color (decimal): -13443829 or 777522. OLE color: 777522.
HSL color Cylindrical-coordinate representation of color #32DD0B: hue angle of 108.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32DD0B is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 11 | - |
| CMYK | 0.77 | 0 | 0.95 | 0.13 |
| HSL | 108.86º | 0.91% | 0.45% | - |
| HSV(B) | 108.86º | 0.95% | 0.87% | - |
| XYZ | 27.23 | 52.42 | 9 | - |
| YUV | 145.93 | 51.85 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 11 | 0.77 | 0 | 0.95 | 0.13 | 108.86 | 0.91 | 0.45 |
| Hex | 32 | DD | B | 4D | 0 | 5F | D | 6D | 5B | 2D |
| Octal | 62 | 335 | 13 | 115 | 0 | 137 | 15 | 155 | 133 | 55 |
| Binary | 110010 | 11011101 | 1011 | 1001101 | 0 | 1011111 | 1101 | 1101101 | 1011011 | 101101 |
Color Harmonies of #32DD0B
Complementary color
Monochromatic Colors of #32DD0B
Black with #32DD0B
Text Example
Text Example
White with #32DD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DD0B; }
p { color: rgb(50,221,11); }
H1.HeaderClassName
{
color: #32DD0B;
}
.AnyTagClassName
{
color: #32DD0B;
}
</style>
background-color css
<style>
a { background-color: #32DD0B; }
a { background-color: rgb(50,221,11); }
div.DivClassName
{
background-color: #32DD0B;
}
.BgClassName
{
background-color: #32DD0B;
}
</style>
border-color css
<style>
span { border-color: #32DD0B; }
span { border-color: rgb(50,221,11); }
td.TdClassName
{
border-color: #32DD0B;
}
.TagClassName
{
border-color: #32DD0B;
}
</style>