Shades of Emerald #32D770
Tints of Emerald #32D770
RGB
CMYK
RGB Variations
Color information
#32D770 (or 0x32D770) is known color: Emerald. HEX triplet: 32, D7 and 70. RGB value is (50,215,112). Sum of RGB (Red+Green+Blue) = 50+215+112=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 215 (84.38% from 255 or 57.03% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 215 - color contains mainly: green. Hex color #32D770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D770 is #CD288F. Grayscale: #9A9A9A. Windows color (decimal): -13445264 or 7395122. OLE color: 7395122.
HSL color Cylindrical-coordinate representation of color #32D770: hue angle of 142.55º 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 #32D770 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 215 | 112 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.16 |
| HSL | 142.55º | 0.67% | 0.52% | - |
| HSV(B) | 142.55º | 0.77% | 0.84% | - |
| XYZ | 28.54 | 50.45 | 23.56 | - |
| YUV | 153.92 | 104.34 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 215 | 112 | 0.77 | 0 | 0.48 | 0.16 | 142.55 | 0.67 | 0.52 |
| Hex | 32 | D7 | 70 | 4D | 0 | 30 | 10 | 8F | 43 | 34 |
| Octal | 62 | 327 | 160 | 115 | 0 | 60 | 20 | 217 | 103 | 64 |
| Binary | 110010 | 11010111 | 1110000 | 1001101 | 0 | 110000 | 10000 | 10001111 | 1000011 | 110100 |
Color Harmonies of #32D770
Complementary color
Monochromatic Colors of #32D770
Black with #32D770
Text Example
Text Example
White with #32D770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D770; }
p { color: rgb(50,215,112); }
H1.HeaderClassName
{
color: #32D770;
}
.AnyTagClassName
{
color: #32D770;
}
</style>
background-color css
<style>
a { background-color: #32D770; }
a { background-color: rgb(50,215,112); }
div.DivClassName
{
background-color: #32D770;
}
.BgClassName
{
background-color: #32D770;
}
</style>
border-color css
<style>
span { border-color: #32D770; }
span { border-color: rgb(50,215,112); }
td.TdClassName
{
border-color: #32D770;
}
.TagClassName
{
border-color: #32D770;
}
</style>