Shades of Harlequin #32EC03
Tints of Harlequin #32EC03
RGB
CMYK
RGB Variations
Color information
#32EC03 (or 0x32EC03) is known color: Harlequin. HEX triplet: 32, EC and 03. RGB value is (50,236,3). Sum of RGB (Red+Green+Blue) = 50+236+3=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 236 (92.58% from 255 or 81.66% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 236 - color contains mainly: green. Hex color #32EC03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32EC03 is #CD13FC. Grayscale: #9A9A9A. Windows color (decimal): -13439997 or 257074. OLE color: 257074.
HSL color Cylindrical-coordinate representation of color #32EC03: hue angle of 107.9º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32EC03 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 236 | 3 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.07 |
| HSL | 107.9º | 0.97% | 0.47% | - |
| HSV(B) | 107.9º | 0.99% | 0.93% | - |
| XYZ | 31.33 | 60.68 | 10.15 | - |
| YUV | 153.82 | 42.88 | 53.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 236 | 3 | 0.79 | 0 | 0.99 | 0.07 | 107.9 | 0.97 | 0.47 |
| Hex | 32 | EC | 3 | 4F | 0 | 63 | 7 | 6C | 61 | 2F |
| Octal | 62 | 354 | 3 | 117 | 0 | 143 | 7 | 154 | 141 | 57 |
| Binary | 110010 | 11101100 | 11 | 1001111 | 0 | 1100011 | 111 | 1101100 | 1100001 | 101111 |
Color Harmonies of #32EC03
Complementary color
Monochromatic Colors of #32EC03
Black with #32EC03
Text Example
Text Example
White with #32EC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EC03; }
p { color: rgb(50,236,3); }
H1.HeaderClassName
{
color: #32EC03;
}
.AnyTagClassName
{
color: #32EC03;
}
</style>
background-color css
<style>
a { background-color: #32EC03; }
a { background-color: rgb(50,236,3); }
div.DivClassName
{
background-color: #32EC03;
}
.BgClassName
{
background-color: #32EC03;
}
</style>
border-color css
<style>
span { border-color: #32EC03; }
span { border-color: rgb(50,236,3); }
td.TdClassName
{
border-color: #32EC03;
}
.TagClassName
{
border-color: #32EC03;
}
</style>