Shades of Harlequin #32EE04
Tints of Harlequin #32EE04
RGB
CMYK
RGB Variations
Color information
#32EE04 (or 0x32EE04) is known color: Harlequin. HEX triplet: 32, EE and 04. RGB value is (50,238,4). Sum of RGB (Red+Green+Blue) = 50+238+4=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 238 (93.36% from 255 or 81.51% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 238 - color contains mainly: green. Hex color #32EE04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32EE04 is #CD11FB. Grayscale: #9B9B9B. Windows color (decimal): -13439484 or 323122. OLE color: 323122.
HSL color Cylindrical-coordinate representation of color #32EE04: hue angle of 108.21º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32EE04 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 238 | 4 | - |
| CMYK | 0.79 | 0 | 0.98 | 0.07 |
| HSL | 108.21º | 0.97% | 0.47% | - |
| HSV(B) | 108.21º | 0.98% | 0.93% | - |
| XYZ | 31.91 | 61.84 | 10.37 | - |
| YUV | 155.11 | 42.72 | 53.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 238 | 4 | 0.79 | 0 | 0.98 | 0.07 | 108.21 | 0.97 | 0.47 |
| Hex | 32 | EE | 4 | 4F | 0 | 62 | 7 | 6C | 61 | 2F |
| Octal | 62 | 356 | 4 | 117 | 0 | 142 | 7 | 154 | 141 | 57 |
| Binary | 110010 | 11101110 | 100 | 1001111 | 0 | 1100010 | 111 | 1101100 | 1100001 | 101111 |
Color Harmonies of #32EE04
Complementary color
Monochromatic Colors of #32EE04
Black with #32EE04
Text Example
Text Example
White with #32EE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EE04; }
p { color: rgb(50,238,4); }
H1.HeaderClassName
{
color: #32EE04;
}
.AnyTagClassName
{
color: #32EE04;
}
</style>
background-color css
<style>
a { background-color: #32EE04; }
a { background-color: rgb(50,238,4); }
div.DivClassName
{
background-color: #32EE04;
}
.BgClassName
{
background-color: #32EE04;
}
</style>
border-color css
<style>
span { border-color: #32EE04; }
span { border-color: rgb(50,238,4); }
td.TdClassName
{
border-color: #32EE04;
}
.TagClassName
{
border-color: #32EE04;
}
</style>