Shades of Emerald #32D66C
Tints of Emerald #32D66C
RGB
CMYK
RGB Variations
Color information
#32D66C (or 0x32D66C) is known color: Emerald. HEX triplet: 32, D6 and 6C. RGB value is (50,214,108). Sum of RGB (Red+Green+Blue) = 50+214+108=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 214 (83.98% from 255 or 57.53% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 214 - color contains mainly: green. Hex color #32D66C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D66C is #CD2993. Grayscale: #999999. Windows color (decimal): -13445524 or 7132722. OLE color: 7132722.
HSL color Cylindrical-coordinate representation of color #32D66C: hue angle of 141.22º 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 #32D66C is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 214 | 108 | - |
| CMYK | 0.77 | 0 | 0.50 | 0.16 |
| HSL | 141.22º | 0.67% | 0.52% | - |
| HSV(B) | 141.22º | 0.77% | 0.84% | - |
| XYZ | 28.07 | 49.85 | 22.33 | - |
| YUV | 152.88 | 102.67 | 54.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 214 | 108 | 0.77 | 0 | 0.50 | 0.16 | 141.22 | 0.67 | 0.52 |
| Hex | 32 | D6 | 6C | 4D | 0 | 32 | 10 | 8D | 43 | 34 |
| Octal | 62 | 326 | 154 | 115 | 0 | 62 | 20 | 215 | 103 | 64 |
| Binary | 110010 | 11010110 | 1101100 | 1001101 | 0 | 110010 | 10000 | 10001101 | 1000011 | 110100 |
Color Harmonies of #32D66C
Complementary color
Monochromatic Colors of #32D66C
Black with #32D66C
Text Example
Text Example
White with #32D66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D66C; }
p { color: rgb(50,214,108); }
H1.HeaderClassName
{
color: #32D66C;
}
.AnyTagClassName
{
color: #32D66C;
}
</style>
background-color css
<style>
a { background-color: #32D66C; }
a { background-color: rgb(50,214,108); }
div.DivClassName
{
background-color: #32D66C;
}
.BgClassName
{
background-color: #32D66C;
}
</style>
border-color css
<style>
span { border-color: #32D66C; }
span { border-color: rgb(50,214,108); }
td.TdClassName
{
border-color: #32D66C;
}
.TagClassName
{
border-color: #32D66C;
}
</style>