Shades of Emerald #32E16E
Tints of Emerald #32E16E
RGB
CMYK
RGB Variations
Color information
#32E16E (or 0x32E16E) is known color: Emerald. HEX triplet: 32, E1 and 6E. RGB value is (50,225,110). Sum of RGB (Red+Green+Blue) = 50+225+110=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 225 (88.28% from 255 or 58.44% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 225 - color contains mainly: green. Hex color #32E16E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E16E is #CD1E91. Grayscale: #9F9F9F. Windows color (decimal): -13442706 or 7266610. OLE color: 7266610.
HSL color Cylindrical-coordinate representation of color #32E16E: hue angle of 140.57º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E16E is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 225 | 110 | - |
| CMYK | 0.78 | 0 | 0.51 | 0.12 |
| HSL | 140.57º | 0.74% | 0.54% | - |
| HSV(B) | 140.57º | 0.78% | 0.88% | - |
| XYZ | 31.06 | 55.65 | 23.86 | - |
| YUV | 159.57 | 100.02 | 49.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 225 | 110 | 0.78 | 0 | 0.51 | 0.12 | 140.57 | 0.74 | 0.54 |
| Hex | 32 | E1 | 6E | 4E | 0 | 33 | C | 8D | 4A | 36 |
| Octal | 62 | 341 | 156 | 116 | 0 | 63 | 14 | 215 | 112 | 66 |
| Binary | 110010 | 11100001 | 1101110 | 1001110 | 0 | 110011 | 1100 | 10001101 | 1001010 | 110110 |
Color Harmonies of #32E16E
Complementary color
Monochromatic Colors of #32E16E
Black with #32E16E
Text Example
Text Example
White with #32E16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E16E; }
p { color: rgb(50,225,110); }
H1.HeaderClassName
{
color: #32E16E;
}
.AnyTagClassName
{
color: #32E16E;
}
</style>
background-color css
<style>
a { background-color: #32E16E; }
a { background-color: rgb(50,225,110); }
div.DivClassName
{
background-color: #32E16E;
}
.BgClassName
{
background-color: #32E16E;
}
</style>
border-color css
<style>
span { border-color: #32E16E; }
span { border-color: rgb(50,225,110); }
td.TdClassName
{
border-color: #32E16E;
}
.TagClassName
{
border-color: #32E16E;
}
</style>