Shades of Emerald #32DD6D
Tints of Emerald #32DD6D
RGB
CMYK
RGB Variations
Color information
#32DD6D (or 0x32DD6D) is known color: Emerald. HEX triplet: 32, DD and 6D. RGB value is (50,221,109). Sum of RGB (Red+Green+Blue) = 50+221+109=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 221 (86.72% from 255 or 58.16% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DD6D is #CD2292. Grayscale: #9D9D9D. Windows color (decimal): -13443731 or 7200050. OLE color: 7200050.
HSL color Cylindrical-coordinate representation of color #32DD6D: hue angle of 140.7º 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 #32DD6D is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 109 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.13 |
| HSL | 140.7º | 0.72% | 0.53% | - |
| HSV(B) | 140.7º | 0.77% | 0.87% | - |
| XYZ | 29.93 | 53.5 | 23.22 | - |
| YUV | 157.1 | 100.85 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 109 | 0.77 | 0 | 0.51 | 0.13 | 140.7 | 0.72 | 0.53 |
| Hex | 32 | DD | 6D | 4D | 0 | 33 | D | 8D | 48 | 35 |
| Octal | 62 | 335 | 155 | 115 | 0 | 63 | 15 | 215 | 110 | 65 |
| Binary | 110010 | 11011101 | 1101101 | 1001101 | 0 | 110011 | 1101 | 10001101 | 1001000 | 110101 |
Color Harmonies of #32DD6D
Complementary color
Monochromatic Colors of #32DD6D
Black with #32DD6D
Text Example
Text Example
White with #32DD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DD6D; }
p { color: rgb(50,221,109); }
H1.HeaderClassName
{
color: #32DD6D;
}
.AnyTagClassName
{
color: #32DD6D;
}
</style>
background-color css
<style>
a { background-color: #32DD6D; }
a { background-color: rgb(50,221,109); }
div.DivClassName
{
background-color: #32DD6D;
}
.BgClassName
{
background-color: #32DD6D;
}
</style>
border-color css
<style>
span { border-color: #32DD6D; }
span { border-color: rgb(50,221,109); }
td.TdClassName
{
border-color: #32DD6D;
}
.TagClassName
{
border-color: #32DD6D;
}
</style>