Shades of Emerald #32DC6F
Tints of Emerald #32DC6F
RGB
CMYK
RGB Variations
Color information
#32DC6F (or 0x32DC6F) is known color: Emerald. HEX triplet: 32, DC and 6F. RGB value is (50,220,111). Sum of RGB (Red+Green+Blue) = 50+220+111=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 220 (86.33% from 255 or 57.74% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DC6F is #CD2390. Grayscale: #9D9D9D. Windows color (decimal): -13443985 or 7330866. OLE color: 7330866.
HSL color Cylindrical-coordinate representation of color #32DC6F: hue angle of 141.53º 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 #32DC6F is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 220 | 111 | - |
| CMYK | 0.77 | 0 | 0.50 | 0.14 |
| HSL | 141.53º | 0.71% | 0.53% | - |
| HSV(B) | 141.53º | 0.77% | 0.86% | - |
| XYZ | 29.78 | 53.01 | 23.7 | - |
| YUV | 156.74 | 102.18 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 111 | 0.77 | 0 | 0.50 | 0.14 | 141.53 | 0.71 | 0.53 |
| Hex | 32 | DC | 6F | 4D | 0 | 32 | E | 8E | 47 | 35 |
| Octal | 62 | 334 | 157 | 115 | 0 | 62 | 16 | 216 | 107 | 65 |
| Binary | 110010 | 11011100 | 1101111 | 1001101 | 0 | 110010 | 1110 | 10001110 | 1000111 | 110101 |
Color Harmonies of #32DC6F
Complementary color
Monochromatic Colors of #32DC6F
Black with #32DC6F
Text Example
Text Example
White with #32DC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DC6F; }
p { color: rgb(50,220,111); }
H1.HeaderClassName
{
color: #32DC6F;
}
.AnyTagClassName
{
color: #32DC6F;
}
</style>
background-color css
<style>
a { background-color: #32DC6F; }
a { background-color: rgb(50,220,111); }
div.DivClassName
{
background-color: #32DC6F;
}
.BgClassName
{
background-color: #32DC6F;
}
</style>
border-color css
<style>
span { border-color: #32DC6F; }
span { border-color: rgb(50,220,111); }
td.TdClassName
{
border-color: #32DC6F;
}
.TagClassName
{
border-color: #32DC6F;
}
</style>