Shades of Emerald #32DB6D
Tints of Emerald #32DB6D
RGB
CMYK
RGB Variations
Color information
#32DB6D (or 0x32DB6D) is known color: Emerald. HEX triplet: 32, DB and 6D. RGB value is (50,219,109). Sum of RGB (Red+Green+Blue) = 50+219+109=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 219 (85.94% from 255 or 57.94% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 219 - color contains mainly: green. Hex color #32DB6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DB6D is #CD2492. Grayscale: #9C9C9C. Windows color (decimal): -13444243 or 7199538. OLE color: 7199538.
HSL color Cylindrical-coordinate representation of color #32DB6D: hue angle of 140.95º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DB6D is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 219 | 109 | - |
| CMYK | 0.77 | 0 | 0.50 | 0.14 |
| HSL | 140.95º | 0.7% | 0.53% | - |
| HSV(B) | 140.95º | 0.77% | 0.86% | - |
| XYZ | 29.41 | 52.45 | 23.04 | - |
| YUV | 155.93 | 101.51 | 52.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 219 | 109 | 0.77 | 0 | 0.50 | 0.14 | 140.95 | 0.7 | 0.53 |
| Hex | 32 | DB | 6D | 4D | 0 | 32 | E | 8D | 46 | 35 |
| Octal | 62 | 333 | 155 | 115 | 0 | 62 | 16 | 215 | 106 | 65 |
| Binary | 110010 | 11011011 | 1101101 | 1001101 | 0 | 110010 | 1110 | 10001101 | 1000110 | 110101 |
Color Harmonies of #32DB6D
Complementary color
Monochromatic Colors of #32DB6D
Black with #32DB6D
Text Example
Text Example
White with #32DB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DB6D; }
p { color: rgb(50,219,109); }
H1.HeaderClassName
{
color: #32DB6D;
}
.AnyTagClassName
{
color: #32DB6D;
}
</style>
background-color css
<style>
a { background-color: #32DB6D; }
a { background-color: rgb(50,219,109); }
div.DivClassName
{
background-color: #32DB6D;
}
.BgClassName
{
background-color: #32DB6D;
}
</style>
border-color css
<style>
span { border-color: #32DB6D; }
span { border-color: rgb(50,219,109); }
td.TdClassName
{
border-color: #32DB6D;
}
.TagClassName
{
border-color: #32DB6D;
}
</style>