Shades of Emerald #32DE6C
Tints of Emerald #32DE6C
RGB
CMYK
RGB Variations
Color information
#32DE6C (or 0x32DE6C) is known color: Emerald. HEX triplet: 32, DE and 6C. RGB value is (50,222,108). Sum of RGB (Red+Green+Blue) = 50+222+108=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 222 (87.11% from 255 or 58.42% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 222 - color contains mainly: green. Hex color #32DE6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DE6C is #CD2193. Grayscale: #9D9D9D. Windows color (decimal): -13443476 or 7134770. OLE color: 7134770.
HSL color Cylindrical-coordinate representation of color #32DE6C: hue angle of 140.23º 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 #32DE6C is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 222 | 108 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.13 |
| HSL | 140.23º | 0.72% | 0.53% | - |
| HSV(B) | 140.23º | 0.77% | 0.87% | - |
| XYZ | 30.14 | 54 | 23.02 | - |
| YUV | 157.58 | 100.02 | 51.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 222 | 108 | 0.77 | 0 | 0.51 | 0.13 | 140.23 | 0.72 | 0.53 |
| Hex | 32 | DE | 6C | 4D | 0 | 33 | D | 8C | 48 | 35 |
| Octal | 62 | 336 | 154 | 115 | 0 | 63 | 15 | 214 | 110 | 65 |
| Binary | 110010 | 11011110 | 1101100 | 1001101 | 0 | 110011 | 1101 | 10001100 | 1001000 | 110101 |
Color Harmonies of #32DE6C
Complementary color
Monochromatic Colors of #32DE6C
Black with #32DE6C
Text Example
Text Example
White with #32DE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DE6C; }
p { color: rgb(50,222,108); }
H1.HeaderClassName
{
color: #32DE6C;
}
.AnyTagClassName
{
color: #32DE6C;
}
</style>
background-color css
<style>
a { background-color: #32DE6C; }
a { background-color: rgb(50,222,108); }
div.DivClassName
{
background-color: #32DE6C;
}
.BgClassName
{
background-color: #32DE6C;
}
</style>
border-color css
<style>
span { border-color: #32DE6C; }
span { border-color: rgb(50,222,108); }
td.TdClassName
{
border-color: #32DE6C;
}
.TagClassName
{
border-color: #32DE6C;
}
</style>