Shades of Emerald #32D663
Tints of Emerald #32D663
RGB
CMYK
RGB Variations
Color information
#32D663 (or 0x32D663) is known color: Emerald. HEX triplet: 32, D6 and 63. RGB value is (50,214,99). Sum of RGB (Red+Green+Blue) = 50+214+99=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 214 (83.98% from 255 or 58.95% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 214 - color contains mainly: green. Hex color #32D663 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D663 is #CD299C. Grayscale: #989898. Windows color (decimal): -13445533 or 6542898. OLE color: 6542898.
HSL color Cylindrical-coordinate representation of color #32D663: hue angle of 137.93º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D663 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 214 | 99 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.16 |
| HSL | 137.93º | 0.67% | 0.52% | - |
| HSV(B) | 137.93º | 0.77% | 0.84% | - |
| XYZ | 27.61 | 49.67 | 19.94 | - |
| YUV | 151.85 | 98.17 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 214 | 99 | 0.77 | 0 | 0.54 | 0.16 | 137.93 | 0.67 | 0.52 |
| Hex | 32 | D6 | 63 | 4D | 0 | 36 | 10 | 8A | 43 | 34 |
| Octal | 62 | 326 | 143 | 115 | 0 | 66 | 20 | 212 | 103 | 64 |
| Binary | 110010 | 11010110 | 1100011 | 1001101 | 0 | 110110 | 10000 | 10001010 | 1000011 | 110100 |
Color Harmonies of #32D663
Complementary color
Monochromatic Colors of #32D663
Black with #32D663
Text Example
Text Example
White with #32D663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D663; }
p { color: rgb(50,214,99); }
H1.HeaderClassName
{
color: #32D663;
}
.AnyTagClassName
{
color: #32D663;
}
</style>
background-color css
<style>
a { background-color: #32D663; }
a { background-color: rgb(50,214,99); }
div.DivClassName
{
background-color: #32D663;
}
.BgClassName
{
background-color: #32D663;
}
</style>
border-color css
<style>
span { border-color: #32D663; }
span { border-color: rgb(50,214,99); }
td.TdClassName
{
border-color: #32D663;
}
.TagClassName
{
border-color: #32D663;
}
</style>