Shades of Harlequin #32E604
Tints of Harlequin #32E604
RGB
CMYK
RGB Variations
Color information
#32E604 (or 0x32E604) is known color: Harlequin. HEX triplet: 32, E6 and 04. RGB value is (50,230,4). Sum of RGB (Red+Green+Blue) = 50+230+4=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 230 (90.23% from 255 or 80.99% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 230 - color contains mainly: green. Hex color #32E604 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32E604 is #CD19FB. Grayscale: #979797. Windows color (decimal): -13441532 or 321074. OLE color: 321074.
HSL color Cylindrical-coordinate representation of color #32E604: hue angle of 107.79º 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 #32E604 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 230 | 4 | - |
| CMYK | 0.78 | 0 | 0.98 | 0.10 |
| HSL | 107.79º | 0.97% | 0.46% | - |
| HSV(B) | 107.79º | 0.98% | 0.9% | - |
| XYZ | 29.63 | 57.28 | 9.61 | - |
| YUV | 150.42 | 45.37 | 56.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 230 | 4 | 0.78 | 0 | 0.98 | 0.10 | 107.79 | 0.97 | 0.46 |
| Hex | 32 | E6 | 4 | 4E | 0 | 62 | A | 6C | 61 | 2E |
| Octal | 62 | 346 | 4 | 116 | 0 | 142 | 12 | 154 | 141 | 56 |
| Binary | 110010 | 11100110 | 100 | 1001110 | 0 | 1100010 | 1010 | 1101100 | 1100001 | 101110 |
Color Harmonies of #32E604
Complementary color
Monochromatic Colors of #32E604
Black with #32E604
Text Example
Text Example
White with #32E604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E604; }
p { color: rgb(50,230,4); }
H1.HeaderClassName
{
color: #32E604;
}
.AnyTagClassName
{
color: #32E604;
}
</style>
background-color css
<style>
a { background-color: #32E604; }
a { background-color: rgb(50,230,4); }
div.DivClassName
{
background-color: #32E604;
}
.BgClassName
{
background-color: #32E604;
}
</style>
border-color css
<style>
span { border-color: #32E604; }
span { border-color: rgb(50,230,4); }
td.TdClassName
{
border-color: #32E604;
}
.TagClassName
{
border-color: #32E604;
}
</style>