Shades of Harlequin #32DD03
Tints of Harlequin #32DD03
RGB
CMYK
RGB Variations
Color information
#32DD03 (or 0x32DD03) is known color: Harlequin. HEX triplet: 32, DD and 03. RGB value is (50,221,3). Sum of RGB (Red+Green+Blue) = 50+221+3=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 221 (86.72% from 255 or 80.66% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32DD03 is #CD22FC. Grayscale: #919191. Windows color (decimal): -13443837 or 253234. OLE color: 253234.
HSL color Cylindrical-coordinate representation of color #32DD03: hue angle of 107.06º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32DD03 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 3 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.13 |
| HSL | 107.06º | 0.97% | 0.44% | - |
| HSV(B) | 107.06º | 0.99% | 0.87% | - |
| XYZ | 27.19 | 52.4 | 8.77 | - |
| YUV | 145.02 | 47.85 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 3 | 0.77 | 0 | 0.99 | 0.13 | 107.06 | 0.97 | 0.44 |
| Hex | 32 | DD | 3 | 4D | 0 | 63 | D | 6B | 61 | 2C |
| Octal | 62 | 335 | 3 | 115 | 0 | 143 | 15 | 153 | 141 | 54 |
| Binary | 110010 | 11011101 | 11 | 1001101 | 0 | 1100011 | 1101 | 1101011 | 1100001 | 101100 |
Color Harmonies of #32DD03
Complementary color
Monochromatic Colors of #32DD03
Black with #32DD03
Text Example
Text Example
White with #32DD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DD03; }
p { color: rgb(50,221,3); }
H1.HeaderClassName
{
color: #32DD03;
}
.AnyTagClassName
{
color: #32DD03;
}
</style>
background-color css
<style>
a { background-color: #32DD03; }
a { background-color: rgb(50,221,3); }
div.DivClassName
{
background-color: #32DD03;
}
.BgClassName
{
background-color: #32DD03;
}
</style>
border-color css
<style>
span { border-color: #32DD03; }
span { border-color: rgb(50,221,3); }
td.TdClassName
{
border-color: #32DD03;
}
.TagClassName
{
border-color: #32DD03;
}
</style>