Shades of Harlequin #32DB03
Tints of Harlequin #32DB03
RGB
CMYK
RGB Variations
Color information
#32DB03 (or 0x32DB03) is known color: Harlequin. HEX triplet: 32, DB and 03. RGB value is (50,219,3). Sum of RGB (Red+Green+Blue) = 50+219+3=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 219 (85.94% from 255 or 80.51% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 219 - color contains mainly: green. Hex color #32DB03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32DB03 is #CD24FC. Grayscale: #909090. Windows color (decimal): -13444349 or 252722. OLE color: 252722.
HSL color Cylindrical-coordinate representation of color #32DB03: hue angle of 106.94º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32DB03 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 219 | 3 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.14 |
| HSL | 106.94º | 0.97% | 0.44% | - |
| HSV(B) | 106.94º | 0.99% | 0.86% | - |
| XYZ | 26.66 | 51.35 | 8.59 | - |
| YUV | 143.85 | 48.51 | 61.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 219 | 3 | 0.77 | 0 | 0.99 | 0.14 | 106.94 | 0.97 | 0.44 |
| Hex | 32 | DB | 3 | 4D | 0 | 63 | E | 6B | 61 | 2C |
| Octal | 62 | 333 | 3 | 115 | 0 | 143 | 16 | 153 | 141 | 54 |
| Binary | 110010 | 11011011 | 11 | 1001101 | 0 | 1100011 | 1110 | 1101011 | 1100001 | 101100 |
Color Harmonies of #32DB03
Complementary color
Monochromatic Colors of #32DB03
Black with #32DB03
Text Example
Text Example
White with #32DB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DB03; }
p { color: rgb(50,219,3); }
H1.HeaderClassName
{
color: #32DB03;
}
.AnyTagClassName
{
color: #32DB03;
}
</style>
background-color css
<style>
a { background-color: #32DB03; }
a { background-color: rgb(50,219,3); }
div.DivClassName
{
background-color: #32DB03;
}
.BgClassName
{
background-color: #32DB03;
}
</style>
border-color css
<style>
span { border-color: #32DB03; }
span { border-color: rgb(50,219,3); }
td.TdClassName
{
border-color: #32DB03;
}
.TagClassName
{
border-color: #32DB03;
}
</style>