Shades of Emerald #32D676
Tints of Emerald #32D676
RGB
CMYK
RGB Variations
Color information
#32D676 (or 0x32D676) is known color: Emerald. HEX triplet: 32, D6 and 76. RGB value is (50,214,118). Sum of RGB (Red+Green+Blue) = 50+214+118=382 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.09% from 382); Green value is 214 (83.98% from 255 or 56.02% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 214 - color contains mainly: green. Hex color #32D676 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D676 is #CD2989. Grayscale: #9A9A9A. Windows color (decimal): -13445514 or 7788082. OLE color: 7788082.
HSL color Cylindrical-coordinate representation of color #32D676: hue angle of 144.88º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D676 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 214 | 118 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.16 |
| HSL | 144.88º | 0.67% | 0.52% | - |
| HSV(B) | 144.88º | 0.77% | 0.84% | - |
| XYZ | 28.63 | 50.08 | 25.3 | - |
| YUV | 154.02 | 107.67 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 214 | 118 | 0.77 | 0 | 0.45 | 0.16 | 144.88 | 0.67 | 0.52 |
| Hex | 32 | D6 | 76 | 4D | 0 | 2D | 10 | 91 | 43 | 34 |
| Octal | 62 | 326 | 166 | 115 | 0 | 55 | 20 | 221 | 103 | 64 |
| Binary | 110010 | 11010110 | 1110110 | 1001101 | 0 | 101101 | 10000 | 10010001 | 1000011 | 110100 |
Color Harmonies of #32D676
Complementary color
Monochromatic Colors of #32D676
Black with #32D676
Text Example
Text Example
White with #32D676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D676; }
p { color: rgb(50,214,118); }
H1.HeaderClassName
{
color: #32D676;
}
.AnyTagClassName
{
color: #32D676;
}
</style>
background-color css
<style>
a { background-color: #32D676; }
a { background-color: rgb(50,214,118); }
div.DivClassName
{
background-color: #32D676;
}
.BgClassName
{
background-color: #32D676;
}
</style>
border-color css
<style>
span { border-color: #32D676; }
span { border-color: rgb(50,214,118); }
td.TdClassName
{
border-color: #32D676;
}
.TagClassName
{
border-color: #32D676;
}
</style>