Shades of Emerald #32E76D
Tints of Emerald #32E76D
RGB
CMYK
RGB Variations
Color information
#32E76D (or 0x32E76D) is known color: Emerald. HEX triplet: 32, E7 and 6D. RGB value is (50,231,109). Sum of RGB (Red+Green+Blue) = 50+231+109=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 231 (90.62% from 255 or 59.23% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 231 - color contains mainly: green. Hex color #32E76D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32E76D is #CD1892. Grayscale: #A3A3A3. Windows color (decimal): -13441171 or 7202610. OLE color: 7202610.
HSL color Cylindrical-coordinate representation of color #32E76D: hue angle of 139.56º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E76D is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 231 | 109 | - |
| CMYK | 0.78 | 0 | 0.53 | 0.09 |
| HSL | 139.56º | 0.79% | 0.55% | - |
| HSV(B) | 139.56º | 0.78% | 0.91% | - |
| XYZ | 32.65 | 58.93 | 24.12 | - |
| YUV | 162.97 | 97.53 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 231 | 109 | 0.78 | 0 | 0.53 | 0.09 | 139.56 | 0.79 | 0.55 |
| Hex | 32 | E7 | 6D | 4E | 0 | 35 | 9 | 8C | 4F | 37 |
| Octal | 62 | 347 | 155 | 116 | 0 | 65 | 11 | 214 | 117 | 67 |
| Binary | 110010 | 11100111 | 1101101 | 1001110 | 0 | 110101 | 1001 | 10001100 | 1001111 | 110111 |
Color Harmonies of #32E76D
Complementary color
Monochromatic Colors of #32E76D
Black with #32E76D
Text Example
Text Example
White with #32E76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E76D; }
p { color: rgb(50,231,109); }
H1.HeaderClassName
{
color: #32E76D;
}
.AnyTagClassName
{
color: #32E76D;
}
</style>
background-color css
<style>
a { background-color: #32E76D; }
a { background-color: rgb(50,231,109); }
div.DivClassName
{
background-color: #32E76D;
}
.BgClassName
{
background-color: #32E76D;
}
</style>
border-color css
<style>
span { border-color: #32E76D; }
span { border-color: rgb(50,231,109); }
td.TdClassName
{
border-color: #32E76D;
}
.TagClassName
{
border-color: #32E76D;
}
</style>