Shades of Emerald #32D970
Tints of Emerald #32D970
RGB
CMYK
RGB Variations
Color information
#32D970 (or 0x32D970) is known color: Emerald. HEX triplet: 32, D9 and 70. RGB value is (50,217,112). Sum of RGB (Red+Green+Blue) = 50+217+112=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 217 (85.16% from 255 or 57.26% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 217 - color contains mainly: green. Hex color #32D970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D970 is #CD268F. Grayscale: #9B9B9B. Windows color (decimal): -13444752 or 7395634. OLE color: 7395634.
HSL color Cylindrical-coordinate representation of color #32D970: hue angle of 142.28º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D970 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 217 | 112 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.15 |
| HSL | 142.28º | 0.69% | 0.52% | - |
| HSV(B) | 142.28º | 0.77% | 0.85% | - |
| XYZ | 29.05 | 51.47 | 23.73 | - |
| YUV | 155.1 | 103.67 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 217 | 112 | 0.77 | 0 | 0.48 | 0.15 | 142.28 | 0.69 | 0.52 |
| Hex | 32 | D9 | 70 | 4D | 0 | 30 | F | 8E | 45 | 34 |
| Octal | 62 | 331 | 160 | 115 | 0 | 60 | 17 | 216 | 105 | 64 |
| Binary | 110010 | 11011001 | 1110000 | 1001101 | 0 | 110000 | 1111 | 10001110 | 1000101 | 110100 |
Color Harmonies of #32D970
Complementary color
Monochromatic Colors of #32D970
Black with #32D970
Text Example
Text Example
White with #32D970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D970; }
p { color: rgb(50,217,112); }
H1.HeaderClassName
{
color: #32D970;
}
.AnyTagClassName
{
color: #32D970;
}
</style>
background-color css
<style>
a { background-color: #32D970; }
a { background-color: rgb(50,217,112); }
div.DivClassName
{
background-color: #32D970;
}
.BgClassName
{
background-color: #32D970;
}
</style>
border-color css
<style>
span { border-color: #32D970; }
span { border-color: rgb(50,217,112); }
td.TdClassName
{
border-color: #32D970;
}
.TagClassName
{
border-color: #32D970;
}
</style>