Shades of Emerald #32E870
Tints of Emerald #32E870
RGB
CMYK
RGB Variations
Color information
#32E870 (or 0x32E870) is known color: Emerald. HEX triplet: 32, E8 and 70. RGB value is (50,232,112). Sum of RGB (Red+Green+Blue) = 50+232+112=394 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.69% from 394); Green value is 232 (91.02% from 255 or 58.88% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 232 - color contains mainly: green. Hex color #32E870 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32E870 is #CD178F. Grayscale: #A4A4A4. Windows color (decimal): -13440912 or 7399474. OLE color: 7399474.
HSL color Cylindrical-coordinate representation of color #32E870: hue angle of 140.44º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E870 is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 232 | 112 | - |
| CMYK | 0.78 | 0 | 0.52 | 0.09 |
| HSL | 140.44º | 0.8% | 0.55% | - |
| HSV(B) | 140.44º | 0.78% | 0.91% | - |
| XYZ | 33.1 | 59.56 | 25.08 | - |
| YUV | 163.9 | 98.7 | 46.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 232 | 112 | 0.78 | 0 | 0.52 | 0.09 | 140.44 | 0.8 | 0.55 |
| Hex | 32 | E8 | 70 | 4E | 0 | 34 | 9 | 8C | 50 | 37 |
| Octal | 62 | 350 | 160 | 116 | 0 | 64 | 11 | 214 | 120 | 67 |
| Binary | 110010 | 11101000 | 1110000 | 1001110 | 0 | 110100 | 1001 | 10001100 | 1010000 | 110111 |
Color Harmonies of #32E870
Complementary color
Monochromatic Colors of #32E870
Black with #32E870
Text Example
Text Example
White with #32E870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E870; }
p { color: rgb(50,232,112); }
H1.HeaderClassName
{
color: #32E870;
}
.AnyTagClassName
{
color: #32E870;
}
</style>
background-color css
<style>
a { background-color: #32E870; }
a { background-color: rgb(50,232,112); }
div.DivClassName
{
background-color: #32E870;
}
.BgClassName
{
background-color: #32E870;
}
</style>
border-color css
<style>
span { border-color: #32E870; }
span { border-color: rgb(50,232,112); }
td.TdClassName
{
border-color: #32E870;
}
.TagClassName
{
border-color: #32E870;
}
</style>