Shades of Emerald #32E16A
Tints of Emerald #32E16A
RGB
CMYK
RGB Variations
Color information
#32E16A (or 0x32E16A) is known color: Emerald. HEX triplet: 32, E1 and 6A. RGB value is (50,225,106). Sum of RGB (Red+Green+Blue) = 50+225+106=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 225 (88.28% from 255 or 59.06% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 225 - color contains mainly: green. Hex color #32E16A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E16A is #CD1E95. Grayscale: #9F9F9F. Windows color (decimal): -13442710 or 7004466. OLE color: 7004466.
HSL color Cylindrical-coordinate representation of color #32E16A: hue angle of 139.2º 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 #32E16A is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 225 | 106 | - |
| CMYK | 0.78 | 0 | 0.53 | 0.12 |
| HSL | 139.2º | 0.74% | 0.54% | - |
| HSV(B) | 139.2º | 0.78% | 0.88% | - |
| XYZ | 30.84 | 55.57 | 22.74 | - |
| YUV | 159.11 | 98.02 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 225 | 106 | 0.78 | 0 | 0.53 | 0.12 | 139.2 | 0.74 | 0.54 |
| Hex | 32 | E1 | 6A | 4E | 0 | 35 | C | 8B | 4A | 36 |
| Octal | 62 | 341 | 152 | 116 | 0 | 65 | 14 | 213 | 112 | 66 |
| Binary | 110010 | 11100001 | 1101010 | 1001110 | 0 | 110101 | 1100 | 10001011 | 1001010 | 110110 |
Color Harmonies of #32E16A
Complementary color
Monochromatic Colors of #32E16A
Black with #32E16A
Text Example
Text Example
White with #32E16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E16A; }
p { color: rgb(50,225,106); }
H1.HeaderClassName
{
color: #32E16A;
}
.AnyTagClassName
{
color: #32E16A;
}
</style>
background-color css
<style>
a { background-color: #32E16A; }
a { background-color: rgb(50,225,106); }
div.DivClassName
{
background-color: #32E16A;
}
.BgClassName
{
background-color: #32E16A;
}
</style>
border-color css
<style>
span { border-color: #32E16A; }
span { border-color: rgb(50,225,106); }
td.TdClassName
{
border-color: #32E16A;
}
.TagClassName
{
border-color: #32E16A;
}
</style>