Shades of Emerald #32E06D
Tints of Emerald #32E06D
RGB
CMYK
RGB Variations
Color information
#32E06D (or 0x32E06D) is known color: Emerald. HEX triplet: 32, E0 and 6D. RGB value is (50,224,109). Sum of RGB (Red+Green+Blue) = 50+224+109=383 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.05% from 383); Green value is 224 (87.89% from 255 or 58.49% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 224 - color contains mainly: green. Hex color #32E06D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E06D is #CD1F92. Grayscale: #9F9F9F. Windows color (decimal): -13442963 or 7200818. OLE color: 7200818.
HSL color Cylindrical-coordinate representation of color #32E06D: hue angle of 140.34º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E06D is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 224 | 109 | - |
| CMYK | 0.78 | 0 | 0.51 | 0.12 |
| HSL | 140.34º | 0.74% | 0.54% | - |
| HSV(B) | 140.34º | 0.78% | 0.88% | - |
| XYZ | 30.73 | 55.09 | 23.48 | - |
| YUV | 158.86 | 99.85 | 50.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 224 | 109 | 0.78 | 0 | 0.51 | 0.12 | 140.34 | 0.74 | 0.54 |
| Hex | 32 | E0 | 6D | 4E | 0 | 33 | C | 8C | 4A | 36 |
| Octal | 62 | 340 | 155 | 116 | 0 | 63 | 14 | 214 | 112 | 66 |
| Binary | 110010 | 11100000 | 1101101 | 1001110 | 0 | 110011 | 1100 | 10001100 | 1001010 | 110110 |
Color Harmonies of #32E06D
Complementary color
Monochromatic Colors of #32E06D
Black with #32E06D
Text Example
Text Example
White with #32E06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E06D; }
p { color: rgb(50,224,109); }
H1.HeaderClassName
{
color: #32E06D;
}
.AnyTagClassName
{
color: #32E06D;
}
</style>
background-color css
<style>
a { background-color: #32E06D; }
a { background-color: rgb(50,224,109); }
div.DivClassName
{
background-color: #32E06D;
}
.BgClassName
{
background-color: #32E06D;
}
</style>
border-color css
<style>
span { border-color: #32E06D; }
span { border-color: rgb(50,224,109); }
td.TdClassName
{
border-color: #32E06D;
}
.TagClassName
{
border-color: #32E06D;
}
</style>