Shades of Emerald #32E476
Tints of Emerald #32E476
RGB
CMYK
RGB Variations
Color information
#32E476 (or 0x32E476) is known color: Emerald. HEX triplet: 32, E4 and 76. RGB value is (50,228,118). Sum of RGB (Red+Green+Blue) = 50+228+118=396 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.63% from 396); Green value is 228 (89.45% from 255 or 57.58% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 228 - color contains mainly: green. Hex color #32E476 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E476 is #CD1B89. Grayscale: #A2A2A2. Windows color (decimal): -13441930 or 7791666. OLE color: 7791666.
HSL color Cylindrical-coordinate representation of color #32E476: hue angle of 142.92º 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 #32E476 is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 228 | 118 | - |
| CMYK | 0.78 | 0 | 0.48 | 0.11 |
| HSL | 142.92º | 0.77% | 0.55% | - |
| HSV(B) | 142.92º | 0.78% | 0.89% | - |
| XYZ | 32.33 | 57.47 | 26.53 | - |
| YUV | 162.24 | 103.03 | 47.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 228 | 118 | 0.78 | 0 | 0.48 | 0.11 | 142.92 | 0.77 | 0.55 |
| Hex | 32 | E4 | 76 | 4E | 0 | 30 | B | 8F | 4D | 37 |
| Octal | 62 | 344 | 166 | 116 | 0 | 60 | 13 | 217 | 115 | 67 |
| Binary | 110010 | 11100100 | 1110110 | 1001110 | 0 | 110000 | 1011 | 10001111 | 1001101 | 110111 |
Color Harmonies of #32E476
Complementary color
Monochromatic Colors of #32E476
Black with #32E476
Text Example
Text Example
White with #32E476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E476; }
p { color: rgb(50,228,118); }
H1.HeaderClassName
{
color: #32E476;
}
.AnyTagClassName
{
color: #32E476;
}
</style>
background-color css
<style>
a { background-color: #32E476; }
a { background-color: rgb(50,228,118); }
div.DivClassName
{
background-color: #32E476;
}
.BgClassName
{
background-color: #32E476;
}
</style>
border-color css
<style>
span { border-color: #32E476; }
span { border-color: rgb(50,228,118); }
td.TdClassName
{
border-color: #32E476;
}
.TagClassName
{
border-color: #32E476;
}
</style>