Shades of Emerald #32D679
Tints of Emerald #32D679
RGB
CMYK
RGB Variations
Color information
#32D679 (or 0x32D679) is known color: Emerald. HEX triplet: 32, D6 and 79. RGB value is (50,214,121). Sum of RGB (Red+Green+Blue) = 50+214+121=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 214 (83.98% from 255 or 55.58% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 214 - color contains mainly: green. Hex color #32D679 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D679 is #CD2986. Grayscale: #9A9A9A. Windows color (decimal): -13445511 or 7984690. OLE color: 7984690.
HSL color Cylindrical-coordinate representation of color #32D679: hue angle of 145.98º 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 #32D679 is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 214 | 121 | - |
| CMYK | 0.77 | 0 | 0.43 | 0.16 |
| HSL | 145.98º | 0.67% | 0.52% | - |
| HSV(B) | 145.98º | 0.77% | 0.84% | - |
| XYZ | 28.81 | 50.15 | 26.25 | - |
| YUV | 154.36 | 109.17 | 53.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 214 | 121 | 0.77 | 0 | 0.43 | 0.16 | 145.98 | 0.67 | 0.52 |
| Hex | 32 | D6 | 79 | 4D | 0 | 2B | 10 | 92 | 43 | 34 |
| Octal | 62 | 326 | 171 | 115 | 0 | 53 | 20 | 222 | 103 | 64 |
| Binary | 110010 | 11010110 | 1111001 | 1001101 | 0 | 101011 | 10000 | 10010010 | 1000011 | 110100 |
Color Harmonies of #32D679
Complementary color
Monochromatic Colors of #32D679
Black with #32D679
Text Example
Text Example
White with #32D679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D679; }
p { color: rgb(50,214,121); }
H1.HeaderClassName
{
color: #32D679;
}
.AnyTagClassName
{
color: #32D679;
}
</style>
background-color css
<style>
a { background-color: #32D679; }
a { background-color: rgb(50,214,121); }
div.DivClassName
{
background-color: #32D679;
}
.BgClassName
{
background-color: #32D679;
}
</style>
border-color css
<style>
span { border-color: #32D679; }
span { border-color: rgb(50,214,121); }
td.TdClassName
{
border-color: #32D679;
}
.TagClassName
{
border-color: #32D679;
}
</style>