Shades of Harlequin #32EA00
Tints of Harlequin #32EA00
RGB
CMYK
RGB Variations
Color information
#32EA00 (or 0x32EA00) is known color: Harlequin. HEX triplet: 32, EA and 00. RGB value is (50,234,0). Sum of RGB (Red+Green+Blue) = 50+234+0=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 234 (91.80% from 255 or 82.39% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 234 - color contains mainly: green. Hex color #32EA00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32EA00 is #CD15FF. Grayscale: #999999. Windows color (decimal): -13440512 or 59954. OLE color: 59954.
HSL color Cylindrical-coordinate representation of color #32EA00: hue angle of 107.18º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32EA00 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 234 | 0 | - |
| CMYK | 0.79 | 0 | 1 | 0.08 |
| HSL | 107.18º | 1% | 0.46% | - |
| HSV(B) | 107.18º | 1% | 0.92% | - |
| XYZ | 30.74 | 59.52 | 9.87 | - |
| YUV | 152.31 | 42.04 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 0 | 0.79 | 0 | 1 | 0.08 | 107.18 | 1 | 0.46 |
| Hex | 32 | EA | 0 | 4F | 0 | 64 | 8 | 6B | 64 | 2E |
| Octal | 62 | 352 | 0 | 117 | 0 | 144 | 10 | 153 | 144 | 56 |
| Binary | 110010 | 11101010 | 0 | 1001111 | 0 | 1100100 | 1000 | 1101011 | 1100100 | 101110 |
Color Harmonies of #32EA00
Complementary color
Monochromatic Colors of #32EA00
Black with #32EA00
Text Example
Text Example
White with #32EA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EA00; }
p { color: rgb(50,234,0); }
H1.HeaderClassName
{
color: #32EA00;
}
.AnyTagClassName
{
color: #32EA00;
}
</style>
background-color css
<style>
a { background-color: #32EA00; }
a { background-color: rgb(50,234,0); }
div.DivClassName
{
background-color: #32EA00;
}
.BgClassName
{
background-color: #32EA00;
}
</style>
border-color css
<style>
span { border-color: #32EA00; }
span { border-color: rgb(50,234,0); }
td.TdClassName
{
border-color: #32EA00;
}
.TagClassName
{
border-color: #32EA00;
}
</style>