Shades of Emerald #32DA77
Tints of Emerald #32DA77
RGB
CMYK
RGB Variations
Color information
#32DA77 (or 0x32DA77) is known color: Emerald. HEX triplet: 32, DA and 77. RGB value is (50,218,119). Sum of RGB (Red+Green+Blue) = 50+218+119=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 218 (85.55% from 255 or 56.33% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 218 - color contains mainly: green. Hex color #32DA77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DA77 is #CD2588. Grayscale: #9C9C9C. Windows color (decimal): -13444489 or 7854642. OLE color: 7854642.
HSL color Cylindrical-coordinate representation of color #32DA77: hue angle of 144.64º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DA77 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 218 | 119 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.15 |
| HSL | 144.64º | 0.69% | 0.53% | - |
| HSV(B) | 144.64º | 0.77% | 0.85% | - |
| XYZ | 29.72 | 52.15 | 25.95 | - |
| YUV | 156.48 | 106.84 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 119 | 0.77 | 0 | 0.45 | 0.15 | 144.64 | 0.69 | 0.53 |
| Hex | 32 | DA | 77 | 4D | 0 | 2D | F | 91 | 45 | 35 |
| Octal | 62 | 332 | 167 | 115 | 0 | 55 | 17 | 221 | 105 | 65 |
| Binary | 110010 | 11011010 | 1110111 | 1001101 | 0 | 101101 | 1111 | 10010001 | 1000101 | 110101 |
Color Harmonies of #32DA77
Complementary color
Monochromatic Colors of #32DA77
Black with #32DA77
Text Example
Text Example
White with #32DA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DA77; }
p { color: rgb(50,218,119); }
H1.HeaderClassName
{
color: #32DA77;
}
.AnyTagClassName
{
color: #32DA77;
}
</style>
background-color css
<style>
a { background-color: #32DA77; }
a { background-color: rgb(50,218,119); }
div.DivClassName
{
background-color: #32DA77;
}
.BgClassName
{
background-color: #32DA77;
}
</style>
border-color css
<style>
span { border-color: #32DA77; }
span { border-color: rgb(50,218,119); }
td.TdClassName
{
border-color: #32DA77;
}
.TagClassName
{
border-color: #32DA77;
}
</style>