Shades of Emerald #32E57A
Tints of Emerald #32E57A
RGB
CMYK
RGB Variations
Color information
#32E57A (or 0x32E57A) is known color: Emerald. HEX triplet: 32, E5 and 7A. RGB value is (50,229,122). Sum of RGB (Red+Green+Blue) = 50+229+122=401 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.47% from 401); Green value is 229 (89.84% from 255 or 57.11% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 229 - color contains mainly: green. Hex color #32E57A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E57A is #CD1A85. Grayscale: #A3A3A3. Windows color (decimal): -13441670 or 8054066. OLE color: 8054066.
HSL color Cylindrical-coordinate representation of color #32E57A: hue angle of 144.13º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E57A is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 229 | 122 | - |
| CMYK | 0.78 | 0 | 0.47 | 0.10 |
| HSL | 144.13º | 0.77% | 0.55% | - |
| HSV(B) | 144.13º | 0.78% | 0.9% | - |
| XYZ | 32.85 | 58.12 | 27.9 | - |
| YUV | 163.28 | 104.7 | 47.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 229 | 122 | 0.78 | 0 | 0.47 | 0.10 | 144.13 | 0.77 | 0.55 |
| Hex | 32 | E5 | 7A | 4E | 0 | 2F | A | 90 | 4D | 37 |
| Octal | 62 | 345 | 172 | 116 | 0 | 57 | 12 | 220 | 115 | 67 |
| Binary | 110010 | 11100101 | 1111010 | 1001110 | 0 | 101111 | 1010 | 10010000 | 1001101 | 110111 |
Color Harmonies of #32E57A
Complementary color
Monochromatic Colors of #32E57A
Black with #32E57A
Text Example
Text Example
White with #32E57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E57A; }
p { color: rgb(50,229,122); }
H1.HeaderClassName
{
color: #32E57A;
}
.AnyTagClassName
{
color: #32E57A;
}
</style>
background-color css
<style>
a { background-color: #32E57A; }
a { background-color: rgb(50,229,122); }
div.DivClassName
{
background-color: #32E57A;
}
.BgClassName
{
background-color: #32E57A;
}
</style>
border-color css
<style>
span { border-color: #32E57A; }
span { border-color: rgb(50,229,122); }
td.TdClassName
{
border-color: #32E57A;
}
.TagClassName
{
border-color: #32E57A;
}
</style>