Shades of Emerald #32DC6D
Tints of Emerald #32DC6D
RGB
CMYK
RGB Variations
Color information
#32DC6D (or 0x32DC6D) is known color: Emerald. HEX triplet: 32, DC and 6D. RGB value is (50,220,109). Sum of RGB (Red+Green+Blue) = 50+220+109=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 220 (86.33% from 255 or 58.05% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DC6D is #CD2392. Grayscale: #9C9C9C. Windows color (decimal): -13443987 or 7199794. OLE color: 7199794.
HSL color Cylindrical-coordinate representation of color #32DC6D: hue angle of 140.82º degrees, saturation: 0.71, 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 #32DC6D is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 220 | 109 | - |
| CMYK | 0.77 | 0 | 0.50 | 0.14 |
| HSL | 140.82º | 0.71% | 0.53% | - |
| HSV(B) | 140.82º | 0.77% | 0.86% | - |
| XYZ | 29.67 | 52.97 | 23.13 | - |
| YUV | 156.52 | 101.18 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 109 | 0.77 | 0 | 0.50 | 0.14 | 140.82 | 0.71 | 0.53 |
| Hex | 32 | DC | 6D | 4D | 0 | 32 | E | 8D | 47 | 35 |
| Octal | 62 | 334 | 155 | 115 | 0 | 62 | 16 | 215 | 107 | 65 |
| Binary | 110010 | 11011100 | 1101101 | 1001101 | 0 | 110010 | 1110 | 10001101 | 1000111 | 110101 |
Color Harmonies of #32DC6D
Complementary color
Monochromatic Colors of #32DC6D
Black with #32DC6D
Text Example
Text Example
White with #32DC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DC6D; }
p { color: rgb(50,220,109); }
H1.HeaderClassName
{
color: #32DC6D;
}
.AnyTagClassName
{
color: #32DC6D;
}
</style>
background-color css
<style>
a { background-color: #32DC6D; }
a { background-color: rgb(50,220,109); }
div.DivClassName
{
background-color: #32DC6D;
}
.BgClassName
{
background-color: #32DC6D;
}
</style>
border-color css
<style>
span { border-color: #32DC6D; }
span { border-color: rgb(50,220,109); }
td.TdClassName
{
border-color: #32DC6D;
}
.TagClassName
{
border-color: #32DC6D;
}
</style>