Shades of Harlequin #32DA0D
Tints of Harlequin #32DA0D
RGB
CMYK
RGB Variations
Color information
#32DA0D (or 0x32DA0D) is known color: Harlequin. HEX triplet: 32, DA and 0D. RGB value is (50,218,13). Sum of RGB (Red+Green+Blue) = 50+218+13=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 218 (85.55% from 255 or 77.58% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 218 - color contains mainly: green. Hex color #32DA0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32DA0D is #CD25F2. Grayscale: #919191. Windows color (decimal): -13444595 or 907826. OLE color: 907826.
HSL color Cylindrical-coordinate representation of color #32DA0D: hue angle of 109.17º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #32DA0D is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 218 | 13 | - |
| CMYK | 0.77 | 0 | 0.94 | 0.15 |
| HSL | 109.17º | 0.89% | 0.45% | - |
| HSV(B) | 109.17º | 0.94% | 0.85% | - |
| XYZ | 26.46 | 50.85 | 8.8 | - |
| YUV | 144.4 | 53.84 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 13 | 0.77 | 0 | 0.94 | 0.15 | 109.17 | 0.89 | 0.45 |
| Hex | 32 | DA | D | 4D | 0 | 5E | F | 6D | 59 | 2D |
| Octal | 62 | 332 | 15 | 115 | 0 | 136 | 17 | 155 | 131 | 55 |
| Binary | 110010 | 11011010 | 1101 | 1001101 | 0 | 1011110 | 1111 | 1101101 | 1011001 | 101101 |
Color Harmonies of #32DA0D
Complementary color
Monochromatic Colors of #32DA0D
Black with #32DA0D
Text Example
Text Example
White with #32DA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DA0D; }
p { color: rgb(50,218,13); }
H1.HeaderClassName
{
color: #32DA0D;
}
.AnyTagClassName
{
color: #32DA0D;
}
</style>
background-color css
<style>
a { background-color: #32DA0D; }
a { background-color: rgb(50,218,13); }
div.DivClassName
{
background-color: #32DA0D;
}
.BgClassName
{
background-color: #32DA0D;
}
</style>
border-color css
<style>
span { border-color: #32DA0D; }
span { border-color: rgb(50,218,13); }
td.TdClassName
{
border-color: #32DA0D;
}
.TagClassName
{
border-color: #32DA0D;
}
</style>