Shades of Emerald #32E478
Tints of Emerald #32E478
RGB
CMYK
RGB Variations
Color information
#32E478 (or 0x32E478) is known color: Emerald. HEX triplet: 32, E4 and 78. RGB value is (50,228,120). Sum of RGB (Red+Green+Blue) = 50+228+120=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 228 (89.45% from 255 or 57.29% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 228 - color contains mainly: green. Hex color #32E478 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E478 is #CD1B87. Grayscale: #A2A2A2. Windows color (decimal): -13441928 or 7922738. OLE color: 7922738.
HSL color Cylindrical-coordinate representation of color #32E478: hue angle of 143.6º 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 #32E478 is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 228 | 120 | - |
| CMYK | 0.78 | 0 | 0.47 | 0.11 |
| HSL | 143.6º | 0.77% | 0.55% | - |
| HSV(B) | 143.6º | 0.78% | 0.89% | - |
| XYZ | 32.45 | 57.52 | 27.16 | - |
| YUV | 162.47 | 104.03 | 47.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 228 | 120 | 0.78 | 0 | 0.47 | 0.11 | 143.6 | 0.77 | 0.55 |
| Hex | 32 | E4 | 78 | 4E | 0 | 2F | B | 90 | 4D | 37 |
| Octal | 62 | 344 | 170 | 116 | 0 | 57 | 13 | 220 | 115 | 67 |
| Binary | 110010 | 11100100 | 1111000 | 1001110 | 0 | 101111 | 1011 | 10010000 | 1001101 | 110111 |
Color Harmonies of #32E478
Complementary color
Monochromatic Colors of #32E478
Black with #32E478
Text Example
Text Example
White with #32E478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E478; }
p { color: rgb(50,228,120); }
H1.HeaderClassName
{
color: #32E478;
}
.AnyTagClassName
{
color: #32E478;
}
</style>
background-color css
<style>
a { background-color: #32E478; }
a { background-color: rgb(50,228,120); }
div.DivClassName
{
background-color: #32E478;
}
.BgClassName
{
background-color: #32E478;
}
</style>
border-color css
<style>
span { border-color: #32E478; }
span { border-color: rgb(50,228,120); }
td.TdClassName
{
border-color: #32E478;
}
.TagClassName
{
border-color: #32E478;
}
</style>