Shades of Emerald #32DA62
Tints of Emerald #32DA62
RGB
CMYK
RGB Variations
Color information
#32DA62 (or 0x32DA62) is known color: Emerald. HEX triplet: 32, DA and 62. RGB value is (50,218,98). Sum of RGB (Red+Green+Blue) = 50+218+98=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 218 (85.55% from 255 or 59.56% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 218 - color contains mainly: green. Hex color #32DA62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DA62 is #CD259D. Grayscale: #9A9A9A. Windows color (decimal): -13444510 or 6478386. OLE color: 6478386.
HSL color Cylindrical-coordinate representation of color #32DA62: hue angle of 137.14º 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 #32DA62 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 218 | 98 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.15 |
| HSL | 137.14º | 0.69% | 0.53% | - |
| HSV(B) | 137.14º | 0.77% | 0.85% | - |
| XYZ | 28.59 | 51.7 | 20.03 | - |
| YUV | 154.09 | 96.34 | 53.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 98 | 0.77 | 0 | 0.55 | 0.15 | 137.14 | 0.69 | 0.53 |
| Hex | 32 | DA | 62 | 4D | 0 | 37 | F | 89 | 45 | 35 |
| Octal | 62 | 332 | 142 | 115 | 0 | 67 | 17 | 211 | 105 | 65 |
| Binary | 110010 | 11011010 | 1100010 | 1001101 | 0 | 110111 | 1111 | 10001001 | 1000101 | 110101 |
Color Harmonies of #32DA62
Complementary color
Monochromatic Colors of #32DA62
Black with #32DA62
Text Example
Text Example
White with #32DA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DA62; }
p { color: rgb(50,218,98); }
H1.HeaderClassName
{
color: #32DA62;
}
.AnyTagClassName
{
color: #32DA62;
}
</style>
background-color css
<style>
a { background-color: #32DA62; }
a { background-color: rgb(50,218,98); }
div.DivClassName
{
background-color: #32DA62;
}
.BgClassName
{
background-color: #32DA62;
}
</style>
border-color css
<style>
span { border-color: #32DA62; }
span { border-color: rgb(50,218,98); }
td.TdClassName
{
border-color: #32DA62;
}
.TagClassName
{
border-color: #32DA62;
}
</style>