Shades of Harlequin #32E504
Tints of Harlequin #32E504
RGB
CMYK
RGB Variations
Color information
#32E504 (or 0x32E504) is known color: Harlequin. HEX triplet: 32, E5 and 04. RGB value is (50,229,4). Sum of RGB (Red+Green+Blue) = 50+229+4=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 229 (89.84% from 255 or 80.92% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 229 - color contains mainly: green. Hex color #32E504 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32E504 is #CD1AFB. Grayscale: #969696. Windows color (decimal): -13441788 or 320818. OLE color: 320818.
HSL color Cylindrical-coordinate representation of color #32E504: hue angle of 107.73º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32E504 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 229 | 4 | - |
| CMYK | 0.78 | 0 | 0.98 | 0.10 |
| HSL | 107.73º | 0.97% | 0.46% | - |
| HSV(B) | 107.73º | 0.98% | 0.9% | - |
| XYZ | 29.36 | 56.73 | 9.52 | - |
| YUV | 149.83 | 45.7 | 56.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 229 | 4 | 0.78 | 0 | 0.98 | 0.10 | 107.73 | 0.97 | 0.46 |
| Hex | 32 | E5 | 4 | 4E | 0 | 62 | A | 6C | 61 | 2E |
| Octal | 62 | 345 | 4 | 116 | 0 | 142 | 12 | 154 | 141 | 56 |
| Binary | 110010 | 11100101 | 100 | 1001110 | 0 | 1100010 | 1010 | 1101100 | 1100001 | 101110 |
Color Harmonies of #32E504
Complementary color
Monochromatic Colors of #32E504
Black with #32E504
Text Example
Text Example
White with #32E504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E504; }
p { color: rgb(50,229,4); }
H1.HeaderClassName
{
color: #32E504;
}
.AnyTagClassName
{
color: #32E504;
}
</style>
background-color css
<style>
a { background-color: #32E504; }
a { background-color: rgb(50,229,4); }
div.DivClassName
{
background-color: #32E504;
}
.BgClassName
{
background-color: #32E504;
}
</style>
border-color css
<style>
span { border-color: #32E504; }
span { border-color: rgb(50,229,4); }
td.TdClassName
{
border-color: #32E504;
}
.TagClassName
{
border-color: #32E504;
}
</style>