Shades of Emerald #32E77D
Tints of Emerald #32E77D
RGB
CMYK
RGB Variations
Color information
#32E77D (or 0x32E77D) is known color: Emerald. HEX triplet: 32, E7 and 7D. RGB value is (50,231,125). Sum of RGB (Red+Green+Blue) = 50+231+125=406 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.32% from 406); Green value is 231 (90.62% from 255 or 56.90% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 231 - color contains mainly: green. Hex color #32E77D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32E77D is #CD1882. Grayscale: #A5A5A5. Windows color (decimal): -13441155 or 8251186. OLE color: 8251186.
HSL color Cylindrical-coordinate representation of color #32E77D: hue angle of 144.86º 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 #32E77D is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 231 | 125 | - |
| CMYK | 0.78 | 0 | 0.46 | 0.09 |
| HSL | 144.86º | 0.79% | 0.55% | - |
| HSV(B) | 144.86º | 0.78% | 0.91% | - |
| XYZ | 33.59 | 59.31 | 29.08 | - |
| YUV | 164.8 | 105.53 | 46.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 231 | 125 | 0.78 | 0 | 0.46 | 0.09 | 144.86 | 0.79 | 0.55 |
| Hex | 32 | E7 | 7D | 4E | 0 | 2E | 9 | 91 | 4F | 37 |
| Octal | 62 | 347 | 175 | 116 | 0 | 56 | 11 | 221 | 117 | 67 |
| Binary | 110010 | 11100111 | 1111101 | 1001110 | 0 | 101110 | 1001 | 10010001 | 1001111 | 110111 |
Color Harmonies of #32E77D
Complementary color
Monochromatic Colors of #32E77D
Black with #32E77D
Text Example
Text Example
White with #32E77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E77D; }
p { color: rgb(50,231,125); }
H1.HeaderClassName
{
color: #32E77D;
}
.AnyTagClassName
{
color: #32E77D;
}
</style>
background-color css
<style>
a { background-color: #32E77D; }
a { background-color: rgb(50,231,125); }
div.DivClassName
{
background-color: #32E77D;
}
.BgClassName
{
background-color: #32E77D;
}
</style>
border-color css
<style>
span { border-color: #32E77D; }
span { border-color: rgb(50,231,125); }
td.TdClassName
{
border-color: #32E77D;
}
.TagClassName
{
border-color: #32E77D;
}
</style>