Shades of Emerald #32DA72
Tints of Emerald #32DA72
RGB
CMYK
RGB Variations
Color information
#32DA72 (or 0x32DA72) is known color: Emerald. HEX triplet: 32, DA and 72. RGB value is (50,218,114). Sum of RGB (Red+Green+Blue) = 50+218+114=382 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.09% from 382); Green value is 218 (85.55% from 255 or 57.07% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 218 - color contains mainly: green. Hex color #32DA72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DA72 is #CD258D. Grayscale: #9C9C9C. Windows color (decimal): -13444494 or 7526962. OLE color: 7526962.
HSL color Cylindrical-coordinate representation of color #32DA72: hue angle of 142.86º 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 #32DA72 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 218 | 114 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.15 |
| HSL | 142.86º | 0.69% | 0.53% | - |
| HSV(B) | 142.86º | 0.77% | 0.85% | - |
| XYZ | 29.42 | 52.04 | 24.41 | - |
| YUV | 155.91 | 104.34 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 114 | 0.77 | 0 | 0.48 | 0.15 | 142.86 | 0.69 | 0.53 |
| Hex | 32 | DA | 72 | 4D | 0 | 30 | F | 8F | 45 | 35 |
| Octal | 62 | 332 | 162 | 115 | 0 | 60 | 17 | 217 | 105 | 65 |
| Binary | 110010 | 11011010 | 1110010 | 1001101 | 0 | 110000 | 1111 | 10001111 | 1000101 | 110101 |
Color Harmonies of #32DA72
Complementary color
Monochromatic Colors of #32DA72
Black with #32DA72
Text Example
Text Example
White with #32DA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DA72; }
p { color: rgb(50,218,114); }
H1.HeaderClassName
{
color: #32DA72;
}
.AnyTagClassName
{
color: #32DA72;
}
</style>
background-color css
<style>
a { background-color: #32DA72; }
a { background-color: rgb(50,218,114); }
div.DivClassName
{
background-color: #32DA72;
}
.BgClassName
{
background-color: #32DA72;
}
</style>
border-color css
<style>
span { border-color: #32DA72; }
span { border-color: rgb(50,218,114); }
td.TdClassName
{
border-color: #32DA72;
}
.TagClassName
{
border-color: #32DA72;
}
</style>