Shades of Emerald #32DD63
Tints of Emerald #32DD63
RGB
CMYK
RGB Variations
Color information
#32DD63 (or 0x32DD63) is known color: Emerald. HEX triplet: 32, DD and 63. RGB value is (50,221,99). Sum of RGB (Red+Green+Blue) = 50+221+99=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 221 (86.72% from 255 or 59.73% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DD63 is #CD229C. Grayscale: #9C9C9C. Windows color (decimal): -13443741 or 6544690. OLE color: 6544690.
HSL color Cylindrical-coordinate representation of color #32DD63: hue angle of 137.19º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DD63 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 99 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.13 |
| HSL | 137.19º | 0.72% | 0.53% | - |
| HSV(B) | 137.19º | 0.77% | 0.87% | - |
| XYZ | 29.42 | 53.29 | 20.54 | - |
| YUV | 155.96 | 95.85 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 99 | 0.77 | 0 | 0.55 | 0.13 | 137.19 | 0.72 | 0.53 |
| Hex | 32 | DD | 63 | 4D | 0 | 37 | D | 89 | 48 | 35 |
| Octal | 62 | 335 | 143 | 115 | 0 | 67 | 15 | 211 | 110 | 65 |
| Binary | 110010 | 11011101 | 1100011 | 1001101 | 0 | 110111 | 1101 | 10001001 | 1001000 | 110101 |
Color Harmonies of #32DD63
Complementary color
Monochromatic Colors of #32DD63
Black with #32DD63
Text Example
Text Example
White with #32DD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DD63; }
p { color: rgb(50,221,99); }
H1.HeaderClassName
{
color: #32DD63;
}
.AnyTagClassName
{
color: #32DD63;
}
</style>
background-color css
<style>
a { background-color: #32DD63; }
a { background-color: rgb(50,221,99); }
div.DivClassName
{
background-color: #32DD63;
}
.BgClassName
{
background-color: #32DD63;
}
</style>
border-color css
<style>
span { border-color: #32DD63; }
span { border-color: rgb(50,221,99); }
td.TdClassName
{
border-color: #32DD63;
}
.TagClassName
{
border-color: #32DD63;
}
</style>