Shades of Emerald #32DA78
Tints of Emerald #32DA78
RGB
CMYK
RGB Variations
Color information
#32DA78 (or 0x32DA78) is known color: Emerald. HEX triplet: 32, DA and 78. RGB value is (50,218,120). Sum of RGB (Red+Green+Blue) = 50+218+120=388 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.89% from 388); Green value is 218 (85.55% from 255 or 56.19% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 218 - color contains mainly: green. Hex color #32DA78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DA78 is #CD2587. Grayscale: #9C9C9C. Windows color (decimal): -13444488 or 7920178. OLE color: 7920178.
HSL color Cylindrical-coordinate representation of color #32DA78: hue angle of 145º 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 #32DA78 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 218 | 120 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.15 |
| HSL | 145º | 0.69% | 0.53% | - |
| HSV(B) | 145º | 0.77% | 0.85% | - |
| XYZ | 29.78 | 52.18 | 26.27 | - |
| YUV | 156.6 | 107.34 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 120 | 0.77 | 0 | 0.45 | 0.15 | 145 | 0.69 | 0.53 |
| Hex | 32 | DA | 78 | 4D | 0 | 2D | F | 91 | 45 | 35 |
| Octal | 62 | 332 | 170 | 115 | 0 | 55 | 17 | 221 | 105 | 65 |
| Binary | 110010 | 11011010 | 1111000 | 1001101 | 0 | 101101 | 1111 | 10010001 | 1000101 | 110101 |
Color Harmonies of #32DA78
Complementary color
Monochromatic Colors of #32DA78
Black with #32DA78
Text Example
Text Example
White with #32DA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DA78; }
p { color: rgb(50,218,120); }
H1.HeaderClassName
{
color: #32DA78;
}
.AnyTagClassName
{
color: #32DA78;
}
</style>
background-color css
<style>
a { background-color: #32DA78; }
a { background-color: rgb(50,218,120); }
div.DivClassName
{
background-color: #32DA78;
}
.BgClassName
{
background-color: #32DA78;
}
</style>
border-color css
<style>
span { border-color: #32DA78; }
span { border-color: rgb(50,218,120); }
td.TdClassName
{
border-color: #32DA78;
}
.TagClassName
{
border-color: #32DA78;
}
</style>