Shades of Emerald #32E472
Tints of Emerald #32E472
RGB
CMYK
RGB Variations
Color information
#32E472 (or 0x32E472) is known color: Emerald. HEX triplet: 32, E4 and 72. RGB value is (50,228,114). Sum of RGB (Red+Green+Blue) = 50+228+114=392 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.76% from 392); Green value is 228 (89.45% from 255 or 58.16% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 228 - color contains mainly: green. Hex color #32E472 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E472 is #CD1B8D. Grayscale: #A2A2A2. Windows color (decimal): -13441934 or 7529522. OLE color: 7529522.
HSL color Cylindrical-coordinate representation of color #32E472: hue angle of 141.57º 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 #32E472 is Cyan = 0.78, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 228 | 114 | - |
| CMYK | 0.78 | 0 | 0.50 | 0.11 |
| HSL | 141.57º | 0.77% | 0.55% | - |
| HSV(B) | 141.57º | 0.78% | 0.89% | - |
| XYZ | 32.1 | 57.38 | 25.3 | - |
| YUV | 161.78 | 101.03 | 48.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 228 | 114 | 0.78 | 0 | 0.50 | 0.11 | 141.57 | 0.77 | 0.55 |
| Hex | 32 | E4 | 72 | 4E | 0 | 32 | B | 8E | 4D | 37 |
| Octal | 62 | 344 | 162 | 116 | 0 | 62 | 13 | 216 | 115 | 67 |
| Binary | 110010 | 11100100 | 1110010 | 1001110 | 0 | 110010 | 1011 | 10001110 | 1001101 | 110111 |
Color Harmonies of #32E472
Complementary color
Monochromatic Colors of #32E472
Black with #32E472
Text Example
Text Example
White with #32E472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E472; }
p { color: rgb(50,228,114); }
H1.HeaderClassName
{
color: #32E472;
}
.AnyTagClassName
{
color: #32E472;
}
</style>
background-color css
<style>
a { background-color: #32E472; }
a { background-color: rgb(50,228,114); }
div.DivClassName
{
background-color: #32E472;
}
.BgClassName
{
background-color: #32E472;
}
</style>
border-color css
<style>
span { border-color: #32E472; }
span { border-color: rgb(50,228,114); }
td.TdClassName
{
border-color: #32E472;
}
.TagClassName
{
border-color: #32E472;
}
</style>