Shades of Harlequin #32E605
Tints of Harlequin #32E605
RGB
CMYK
RGB Variations
Color information
#32E605 (or 0x32E605) is known color: Harlequin. HEX triplet: 32, E6 and 05. RGB value is (50,230,5). Sum of RGB (Red+Green+Blue) = 50+230+5=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 230 (90.23% from 255 or 80.70% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 230 - color contains mainly: green. Hex color #32E605 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32E605 is #CD19FA. Grayscale: #979797. Windows color (decimal): -13441531 or 386610. OLE color: 386610.
HSL color Cylindrical-coordinate representation of color #32E605: hue angle of 108º degrees, saturation: 0.96, 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 #32E605 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 230 | 5 | - |
| CMYK | 0.78 | 0 | 0.98 | 0.10 |
| HSL | 108º | 0.96% | 0.46% | - |
| HSV(B) | 108º | 0.98% | 0.9% | - |
| XYZ | 29.64 | 57.28 | 9.64 | - |
| YUV | 150.53 | 45.87 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 230 | 5 | 0.78 | 0 | 0.98 | 0.10 | 108 | 0.96 | 0.46 |
| Hex | 32 | E6 | 5 | 4E | 0 | 62 | A | 6C | 60 | 2E |
| Octal | 62 | 346 | 5 | 116 | 0 | 142 | 12 | 154 | 140 | 56 |
| Binary | 110010 | 11100110 | 101 | 1001110 | 0 | 1100010 | 1010 | 1101100 | 1100000 | 101110 |
Color Harmonies of #32E605
Complementary color
Monochromatic Colors of #32E605
Black with #32E605
Text Example
Text Example
White with #32E605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E605; }
p { color: rgb(50,230,5); }
H1.HeaderClassName
{
color: #32E605;
}
.AnyTagClassName
{
color: #32E605;
}
</style>
background-color css
<style>
a { background-color: #32E605; }
a { background-color: rgb(50,230,5); }
div.DivClassName
{
background-color: #32E605;
}
.BgClassName
{
background-color: #32E605;
}
</style>
border-color css
<style>
span { border-color: #32E605; }
span { border-color: rgb(50,230,5); }
td.TdClassName
{
border-color: #32E605;
}
.TagClassName
{
border-color: #32E605;
}
</style>