Shades of Emerald #32DD6E
Tints of Emerald #32DD6E
RGB
CMYK
RGB Variations
Color information
#32DD6E (or 0x32DD6E) is known color: Emerald. HEX triplet: 32, DD and 6E. RGB value is (50,221,110). Sum of RGB (Red+Green+Blue) = 50+221+110=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 221 (86.72% from 255 or 58.01% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DD6E is #CD2291. Grayscale: #9D9D9D. Windows color (decimal): -13443730 or 7265586. OLE color: 7265586.
HSL color Cylindrical-coordinate representation of color #32DD6E: hue angle of 141.05º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DD6E is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 110 | - |
| CMYK | 0.77 | 0 | 0.50 | 0.13 |
| HSL | 141.05º | 0.72% | 0.53% | - |
| HSV(B) | 141.05º | 0.77% | 0.87% | - |
| XYZ | 29.99 | 53.52 | 23.5 | - |
| YUV | 157.22 | 101.35 | 51.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 110 | 0.77 | 0 | 0.50 | 0.13 | 141.05 | 0.72 | 0.53 |
| Hex | 32 | DD | 6E | 4D | 0 | 32 | D | 8D | 48 | 35 |
| Octal | 62 | 335 | 156 | 115 | 0 | 62 | 15 | 215 | 110 | 65 |
| Binary | 110010 | 11011101 | 1101110 | 1001101 | 0 | 110010 | 1101 | 10001101 | 1001000 | 110101 |
Color Harmonies of #32DD6E
Complementary color
Monochromatic Colors of #32DD6E
Black with #32DD6E
Text Example
Text Example
White with #32DD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DD6E; }
p { color: rgb(50,221,110); }
H1.HeaderClassName
{
color: #32DD6E;
}
.AnyTagClassName
{
color: #32DD6E;
}
</style>
background-color css
<style>
a { background-color: #32DD6E; }
a { background-color: rgb(50,221,110); }
div.DivClassName
{
background-color: #32DD6E;
}
.BgClassName
{
background-color: #32DD6E;
}
</style>
border-color css
<style>
span { border-color: #32DD6E; }
span { border-color: rgb(50,221,110); }
td.TdClassName
{
border-color: #32DD6E;
}
.TagClassName
{
border-color: #32DD6E;
}
</style>