Shades of Harlequin #32EE06
Tints of Harlequin #32EE06
RGB
CMYK
RGB Variations
Color information
#32EE06 (or 0x32EE06) is known color: Harlequin. HEX triplet: 32, EE and 06. RGB value is (50,238,6). Sum of RGB (Red+Green+Blue) = 50+238+6=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 238 (93.36% from 255 or 80.95% from 294); Blue value is 6 (2.73% from 255 or 2.04% from 294); Max value from RGB is 238 - color contains mainly: green. Hex color #32EE06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32EE06 is #CD11F9. Grayscale: #9C9C9C. Windows color (decimal): -13439482 or 454194. OLE color: 454194.
HSL color Cylindrical-coordinate representation of color #32EE06: hue angle of 108.62º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32EE06 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 238 | 6 | - |
| CMYK | 0.79 | 0 | 0.97 | 0.07 |
| HSL | 108.62º | 0.95% | 0.48% | - |
| HSV(B) | 108.62º | 0.97% | 0.93% | - |
| XYZ | 31.92 | 61.84 | 10.43 | - |
| YUV | 155.34 | 43.72 | 52.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 238 | 6 | 0.79 | 0 | 0.97 | 0.07 | 108.62 | 0.95 | 0.48 |
| Hex | 32 | EE | 6 | 4F | 0 | 61 | 7 | 6D | 5F | 30 |
| Octal | 62 | 356 | 6 | 117 | 0 | 141 | 7 | 155 | 137 | 60 |
| Binary | 110010 | 11101110 | 110 | 1001111 | 0 | 1100001 | 111 | 1101101 | 1011111 | 110000 |
Color Harmonies of #32EE06
Complementary color
Monochromatic Colors of #32EE06
Black with #32EE06
Text Example
Text Example
White with #32EE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EE06; }
p { color: rgb(50,238,6); }
H1.HeaderClassName
{
color: #32EE06;
}
.AnyTagClassName
{
color: #32EE06;
}
</style>
background-color css
<style>
a { background-color: #32EE06; }
a { background-color: rgb(50,238,6); }
div.DivClassName
{
background-color: #32EE06;
}
.BgClassName
{
background-color: #32EE06;
}
</style>
border-color css
<style>
span { border-color: #32EE06; }
span { border-color: rgb(50,238,6); }
td.TdClassName
{
border-color: #32EE06;
}
.TagClassName
{
border-color: #32EE06;
}
</style>