Shades of Harlequin #32E00C
Tints of Harlequin #32E00C
RGB
CMYK
RGB Variations
Color information
#32E00C (or 0x32E00C) is known color: Harlequin. HEX triplet: 32, E0 and 0C. RGB value is (50,224,12). Sum of RGB (Red+Green+Blue) = 50+224+12=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 224 (87.89% from 255 or 78.32% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 224 - color contains mainly: green. Hex color #32E00C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32E00C is #CD1FF3. Grayscale: #949494. Windows color (decimal): -13443060 or 843826. OLE color: 843826.
HSL color Cylindrical-coordinate representation of color #32E00C: hue angle of 109.25º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32E00C is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 224 | 12 | - |
| CMYK | 0.78 | 0 | 0.95 | 0.12 |
| HSL | 109.25º | 0.9% | 0.46% | - |
| HSV(B) | 109.25º | 0.95% | 0.88% | - |
| XYZ | 28.04 | 54.02 | 9.3 | - |
| YUV | 147.81 | 51.35 | 58.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 224 | 12 | 0.78 | 0 | 0.95 | 0.12 | 109.25 | 0.9 | 0.46 |
| Hex | 32 | E0 | C | 4E | 0 | 5F | C | 6D | 5A | 2E |
| Octal | 62 | 340 | 14 | 116 | 0 | 137 | 14 | 155 | 132 | 56 |
| Binary | 110010 | 11100000 | 1100 | 1001110 | 0 | 1011111 | 1100 | 1101101 | 1011010 | 101110 |
Color Harmonies of #32E00C
Complementary color
Monochromatic Colors of #32E00C
Black with #32E00C
Text Example
Text Example
White with #32E00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E00C; }
p { color: rgb(50,224,12); }
H1.HeaderClassName
{
color: #32E00C;
}
.AnyTagClassName
{
color: #32E00C;
}
</style>
background-color css
<style>
a { background-color: #32E00C; }
a { background-color: rgb(50,224,12); }
div.DivClassName
{
background-color: #32E00C;
}
.BgClassName
{
background-color: #32E00C;
}
</style>
border-color css
<style>
span { border-color: #32E00C; }
span { border-color: rgb(50,224,12); }
td.TdClassName
{
border-color: #32E00C;
}
.TagClassName
{
border-color: #32E00C;
}
</style>