Shades of Emerald #32D673
Tints of Emerald #32D673
RGB
CMYK
RGB Variations
Color information
#32D673 (or 0x32D673) is known color: Emerald. HEX triplet: 32, D6 and 73. RGB value is (50,214,115). Sum of RGB (Red+Green+Blue) = 50+214+115=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 214 (83.98% from 255 or 56.46% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 214 - color contains mainly: green. Hex color #32D673 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D673 is #CD298C. Grayscale: #999999. Windows color (decimal): -13445517 or 7591474. OLE color: 7591474.
HSL color Cylindrical-coordinate representation of color #32D673: hue angle of 143.78º 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 #32D673 is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 214 | 115 | - |
| CMYK | 0.77 | 0 | 0.46 | 0.16 |
| HSL | 143.78º | 0.67% | 0.52% | - |
| HSV(B) | 143.78º | 0.77% | 0.84% | - |
| XYZ | 28.46 | 50.01 | 24.37 | - |
| YUV | 153.68 | 106.17 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 214 | 115 | 0.77 | 0 | 0.46 | 0.16 | 143.78 | 0.67 | 0.52 |
| Hex | 32 | D6 | 73 | 4D | 0 | 2E | 10 | 90 | 43 | 34 |
| Octal | 62 | 326 | 163 | 115 | 0 | 56 | 20 | 220 | 103 | 64 |
| Binary | 110010 | 11010110 | 1110011 | 1001101 | 0 | 101110 | 10000 | 10010000 | 1000011 | 110100 |
Color Harmonies of #32D673
Complementary color
Monochromatic Colors of #32D673
Black with #32D673
Text Example
Text Example
White with #32D673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D673; }
p { color: rgb(50,214,115); }
H1.HeaderClassName
{
color: #32D673;
}
.AnyTagClassName
{
color: #32D673;
}
</style>
background-color css
<style>
a { background-color: #32D673; }
a { background-color: rgb(50,214,115); }
div.DivClassName
{
background-color: #32D673;
}
.BgClassName
{
background-color: #32D673;
}
</style>
border-color css
<style>
span { border-color: #32D673; }
span { border-color: rgb(50,214,115); }
td.TdClassName
{
border-color: #32D673;
}
.TagClassName
{
border-color: #32D673;
}
</style>