Shades of Emerald #32E37D
Tints of Emerald #32E37D
RGB
CMYK
RGB Variations
Color information
#32E37D (or 0x32E37D) is known color: Emerald. HEX triplet: 32, E3 and 7D. RGB value is (50,227,125). Sum of RGB (Red+Green+Blue) = 50+227+125=402 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.44% from 402); Green value is 227 (89.06% from 255 or 56.47% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 227 - color contains mainly: green. Hex color #32E37D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E37D is #CD1C82. Grayscale: #A2A2A2. Windows color (decimal): -13442179 or 8250162. OLE color: 8250162.
HSL color Cylindrical-coordinate representation of color #32E37D: hue angle of 145.42º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E37D is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 227 | 125 | - |
| CMYK | 0.78 | 0 | 0.45 | 0.11 |
| HSL | 145.42º | 0.76% | 0.54% | - |
| HSV(B) | 145.42º | 0.78% | 0.89% | - |
| XYZ | 32.49 | 57.1 | 28.71 | - |
| YUV | 162.45 | 106.86 | 47.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 227 | 125 | 0.78 | 0 | 0.45 | 0.11 | 145.42 | 0.76 | 0.54 |
| Hex | 32 | E3 | 7D | 4E | 0 | 2D | B | 91 | 4C | 36 |
| Octal | 62 | 343 | 175 | 116 | 0 | 55 | 13 | 221 | 114 | 66 |
| Binary | 110010 | 11100011 | 1111101 | 1001110 | 0 | 101101 | 1011 | 10010001 | 1001100 | 110110 |
Color Harmonies of #32E37D
Complementary color
Monochromatic Colors of #32E37D
Black with #32E37D
Text Example
Text Example
White with #32E37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E37D; }
p { color: rgb(50,227,125); }
H1.HeaderClassName
{
color: #32E37D;
}
.AnyTagClassName
{
color: #32E37D;
}
</style>
background-color css
<style>
a { background-color: #32E37D; }
a { background-color: rgb(50,227,125); }
div.DivClassName
{
background-color: #32E37D;
}
.BgClassName
{
background-color: #32E37D;
}
</style>
border-color css
<style>
span { border-color: #32E37D; }
span { border-color: rgb(50,227,125); }
td.TdClassName
{
border-color: #32E37D;
}
.TagClassName
{
border-color: #32E37D;
}
</style>