Shades of Emerald #32DA71
Tints of Emerald #32DA71
RGB
CMYK
RGB Variations
Color information
#32DA71 (or 0x32DA71) is known color: Emerald. HEX triplet: 32, DA and 71. RGB value is (50,218,113). Sum of RGB (Red+Green+Blue) = 50+218+113=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 218 (85.55% from 255 or 57.22% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 218 - color contains mainly: green. Hex color #32DA71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DA71 is #CD258E. Grayscale: #9C9C9C. Windows color (decimal): -13444495 or 7461426. OLE color: 7461426.
HSL color Cylindrical-coordinate representation of color #32DA71: hue angle of 142.5º 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 #32DA71 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 218 | 113 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.15 |
| HSL | 142.5º | 0.69% | 0.53% | - |
| HSV(B) | 142.5º | 0.77% | 0.85% | - |
| XYZ | 29.37 | 52.01 | 24.11 | - |
| YUV | 155.8 | 103.84 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 113 | 0.77 | 0 | 0.48 | 0.15 | 142.5 | 0.69 | 0.53 |
| Hex | 32 | DA | 71 | 4D | 0 | 30 | F | 8E | 45 | 35 |
| Octal | 62 | 332 | 161 | 115 | 0 | 60 | 17 | 216 | 105 | 65 |
| Binary | 110010 | 11011010 | 1110001 | 1001101 | 0 | 110000 | 1111 | 10001110 | 1000101 | 110101 |
Color Harmonies of #32DA71
Complementary color
Monochromatic Colors of #32DA71
Black with #32DA71
Text Example
Text Example
White with #32DA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DA71; }
p { color: rgb(50,218,113); }
H1.HeaderClassName
{
color: #32DA71;
}
.AnyTagClassName
{
color: #32DA71;
}
</style>
background-color css
<style>
a { background-color: #32DA71; }
a { background-color: rgb(50,218,113); }
div.DivClassName
{
background-color: #32DA71;
}
.BgClassName
{
background-color: #32DA71;
}
</style>
border-color css
<style>
span { border-color: #32DA71; }
span { border-color: rgb(50,218,113); }
td.TdClassName
{
border-color: #32DA71;
}
.TagClassName
{
border-color: #32DA71;
}
</style>