Shades of Emerald #32E47A
Tints of Emerald #32E47A
RGB
CMYK
RGB Variations
Color information
#32E47A (or 0x32E47A) is known color: Emerald. HEX triplet: 32, E4 and 7A. RGB value is (50,228,122). Sum of RGB (Red+Green+Blue) = 50+228+122=400 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.5% from 400); Green value is 228 (89.45% from 255 or 57% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 228 - color contains mainly: green. Hex color #32E47A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E47A is #CD1B85. Grayscale: #A2A2A2. Windows color (decimal): -13441926 or 8053810. OLE color: 8053810.
HSL color Cylindrical-coordinate representation of color #32E47A: hue angle of 144.27º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E47A is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 228 | 122 | - |
| CMYK | 0.78 | 0 | 0.46 | 0.11 |
| HSL | 144.27º | 0.77% | 0.55% | - |
| HSV(B) | 144.27º | 0.78% | 0.89% | - |
| XYZ | 32.57 | 57.57 | 27.81 | - |
| YUV | 162.69 | 105.03 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 228 | 122 | 0.78 | 0 | 0.46 | 0.11 | 144.27 | 0.77 | 0.55 |
| Hex | 32 | E4 | 7A | 4E | 0 | 2E | B | 90 | 4D | 37 |
| Octal | 62 | 344 | 172 | 116 | 0 | 56 | 13 | 220 | 115 | 67 |
| Binary | 110010 | 11100100 | 1111010 | 1001110 | 0 | 101110 | 1011 | 10010000 | 1001101 | 110111 |
Color Harmonies of #32E47A
Complementary color
Monochromatic Colors of #32E47A
Black with #32E47A
Text Example
Text Example
White with #32E47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E47A; }
p { color: rgb(50,228,122); }
H1.HeaderClassName
{
color: #32E47A;
}
.AnyTagClassName
{
color: #32E47A;
}
</style>
background-color css
<style>
a { background-color: #32E47A; }
a { background-color: rgb(50,228,122); }
div.DivClassName
{
background-color: #32E47A;
}
.BgClassName
{
background-color: #32E47A;
}
</style>
border-color css
<style>
span { border-color: #32E47A; }
span { border-color: rgb(50,228,122); }
td.TdClassName
{
border-color: #32E47A;
}
.TagClassName
{
border-color: #32E47A;
}
</style>