Shades of Emerald #32D963
Tints of Emerald #32D963
RGB
CMYK
RGB Variations
Color information
#32D963 (or 0x32D963) is known color: Emerald. HEX triplet: 32, D9 and 63. RGB value is (50,217,99). Sum of RGB (Red+Green+Blue) = 50+217+99=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 217 (85.16% from 255 or 59.29% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 217 - color contains mainly: green. Hex color #32D963 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D963 is #CD269C. Grayscale: #999999. Windows color (decimal): -13444765 or 6543666. OLE color: 6543666.
HSL color Cylindrical-coordinate representation of color #32D963: hue angle of 137.6º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D963 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 217 | 99 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.15 |
| HSL | 137.6º | 0.69% | 0.52% | - |
| HSV(B) | 137.6º | 0.77% | 0.85% | - |
| XYZ | 28.38 | 51.2 | 20.19 | - |
| YUV | 153.62 | 97.17 | 54.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 217 | 99 | 0.77 | 0 | 0.54 | 0.15 | 137.6 | 0.69 | 0.52 |
| Hex | 32 | D9 | 63 | 4D | 0 | 36 | F | 8A | 45 | 34 |
| Octal | 62 | 331 | 143 | 115 | 0 | 66 | 17 | 212 | 105 | 64 |
| Binary | 110010 | 11011001 | 1100011 | 1001101 | 0 | 110110 | 1111 | 10001010 | 1000101 | 110100 |
Color Harmonies of #32D963
Complementary color
Monochromatic Colors of #32D963
Black with #32D963
Text Example
Text Example
White with #32D963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D963; }
p { color: rgb(50,217,99); }
H1.HeaderClassName
{
color: #32D963;
}
.AnyTagClassName
{
color: #32D963;
}
</style>
background-color css
<style>
a { background-color: #32D963; }
a { background-color: rgb(50,217,99); }
div.DivClassName
{
background-color: #32D963;
}
.BgClassName
{
background-color: #32D963;
}
</style>
border-color css
<style>
span { border-color: #32D963; }
span { border-color: rgb(50,217,99); }
td.TdClassName
{
border-color: #32D963;
}
.TagClassName
{
border-color: #32D963;
}
</style>