Shades of Emerald #32D47C
Tints of Emerald #32D47C
RGB
CMYK
RGB Variations
Color information
#32D47C (or 0x32D47C) is known color: Emerald. HEX triplet: 32, D4 and 7C. RGB value is (50,212,124). Sum of RGB (Red+Green+Blue) = 50+212+124=386 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.95% from 386); Green value is 212 (83.20% from 255 or 54.92% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 212 - color contains mainly: green. Hex color #32D47C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D47C is #CD2B83. Grayscale: #999999. Windows color (decimal): -13446020 or 8180786. OLE color: 8180786.
HSL color Cylindrical-coordinate representation of color #32D47C: hue angle of 147.41º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D47C is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 212 | 124 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.17 |
| HSL | 147.41º | 0.65% | 0.51% | - |
| HSV(B) | 147.41º | 0.76% | 0.83% | - |
| XYZ | 28.5 | 49.22 | 27.07 | - |
| YUV | 153.53 | 111.33 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 212 | 124 | 0.76 | 0 | 0.42 | 0.17 | 147.41 | 0.65 | 0.51 |
| Hex | 32 | D4 | 7C | 4C | 0 | 2A | 11 | 93 | 41 | 33 |
| Octal | 62 | 324 | 174 | 114 | 0 | 52 | 21 | 223 | 101 | 63 |
| Binary | 110010 | 11010100 | 1111100 | 1001100 | 0 | 101010 | 10001 | 10010011 | 1000001 | 110011 |
Color Harmonies of #32D47C
Complementary color
Monochromatic Colors of #32D47C
Black with #32D47C
Text Example
Text Example
White with #32D47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D47C; }
p { color: rgb(50,212,124); }
H1.HeaderClassName
{
color: #32D47C;
}
.AnyTagClassName
{
color: #32D47C;
}
</style>
background-color css
<style>
a { background-color: #32D47C; }
a { background-color: rgb(50,212,124); }
div.DivClassName
{
background-color: #32D47C;
}
.BgClassName
{
background-color: #32D47C;
}
</style>
border-color css
<style>
span { border-color: #32D47C; }
span { border-color: rgb(50,212,124); }
td.TdClassName
{
border-color: #32D47C;
}
.TagClassName
{
border-color: #32D47C;
}
</style>