Shades of Harlequin #32E506
Tints of Harlequin #32E506
RGB
CMYK
RGB Variations
Color information
#32E506 (or 0x32E506) is known color: Harlequin. HEX triplet: 32, E5 and 06. RGB value is (50,229,6). Sum of RGB (Red+Green+Blue) = 50+229+6=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 229 (89.84% from 255 or 80.35% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 229 - color contains mainly: green. Hex color #32E506 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32E506 is #CD1AF9. Grayscale: #969696. Windows color (decimal): -13441786 or 451890. OLE color: 451890.
HSL color Cylindrical-coordinate representation of color #32E506: hue angle of 108.16º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32E506 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 229 | 6 | - |
| CMYK | 0.78 | 0 | 0.97 | 0.10 |
| HSL | 108.16º | 0.95% | 0.46% | - |
| HSV(B) | 108.16º | 0.97% | 0.9% | - |
| XYZ | 29.37 | 56.73 | 9.57 | - |
| YUV | 150.06 | 46.7 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 229 | 6 | 0.78 | 0 | 0.97 | 0.10 | 108.16 | 0.95 | 0.46 |
| Hex | 32 | E5 | 6 | 4E | 0 | 61 | A | 6C | 5F | 2E |
| Octal | 62 | 345 | 6 | 116 | 0 | 141 | 12 | 154 | 137 | 56 |
| Binary | 110010 | 11100101 | 110 | 1001110 | 0 | 1100001 | 1010 | 1101100 | 1011111 | 101110 |
Color Harmonies of #32E506
Complementary color
Monochromatic Colors of #32E506
Black with #32E506
Text Example
Text Example
White with #32E506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E506; }
p { color: rgb(50,229,6); }
H1.HeaderClassName
{
color: #32E506;
}
.AnyTagClassName
{
color: #32E506;
}
</style>
background-color css
<style>
a { background-color: #32E506; }
a { background-color: rgb(50,229,6); }
div.DivClassName
{
background-color: #32E506;
}
.BgClassName
{
background-color: #32E506;
}
</style>
border-color css
<style>
span { border-color: #32E506; }
span { border-color: rgb(50,229,6); }
td.TdClassName
{
border-color: #32E506;
}
.TagClassName
{
border-color: #32E506;
}
</style>