Shades of Emerald #32DA61
Tints of Emerald #32DA61
RGB
CMYK
RGB Variations
Color information
#32DA61 (or 0x32DA61) is known color: Emerald. HEX triplet: 32, DA and 61. RGB value is (50,218,97). Sum of RGB (Red+Green+Blue) = 50+218+97=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 218 (85.55% from 255 or 59.73% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 218 - color contains mainly: green. Hex color #32DA61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DA61 is #CD259E. Grayscale: #9A9A9A. Windows color (decimal): -13444511 or 6412850. OLE color: 6412850.
HSL color Cylindrical-coordinate representation of color #32DA61: hue angle of 136.79º 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 #32DA61 is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 218 | 97 | - |
| CMYK | 0.77 | 0 | 0.56 | 0.15 |
| HSL | 136.79º | 0.69% | 0.53% | - |
| HSV(B) | 136.79º | 0.77% | 0.85% | - |
| XYZ | 28.54 | 51.68 | 19.78 | - |
| YUV | 153.97 | 95.84 | 53.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 97 | 0.77 | 0 | 0.56 | 0.15 | 136.79 | 0.69 | 0.53 |
| Hex | 32 | DA | 61 | 4D | 0 | 38 | F | 89 | 45 | 35 |
| Octal | 62 | 332 | 141 | 115 | 0 | 70 | 17 | 211 | 105 | 65 |
| Binary | 110010 | 11011010 | 1100001 | 1001101 | 0 | 111000 | 1111 | 10001001 | 1000101 | 110101 |
Color Harmonies of #32DA61
Complementary color
Monochromatic Colors of #32DA61
Black with #32DA61
Text Example
Text Example
White with #32DA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DA61; }
p { color: rgb(50,218,97); }
H1.HeaderClassName
{
color: #32DA61;
}
.AnyTagClassName
{
color: #32DA61;
}
</style>
background-color css
<style>
a { background-color: #32DA61; }
a { background-color: rgb(50,218,97); }
div.DivClassName
{
background-color: #32DA61;
}
.BgClassName
{
background-color: #32DA61;
}
</style>
border-color css
<style>
span { border-color: #32DA61; }
span { border-color: rgb(50,218,97); }
td.TdClassName
{
border-color: #32DA61;
}
.TagClassName
{
border-color: #32DA61;
}
</style>