Shades of Emerald #32D76C
Tints of Emerald #32D76C
RGB
CMYK
RGB Variations
Color information
#32D76C (or 0x32D76C) is known color: Emerald. HEX triplet: 32, D7 and 6C. RGB value is (50,215,108). Sum of RGB (Red+Green+Blue) = 50+215+108=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 215 (84.38% from 255 or 57.64% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 215 - color contains mainly: green. Hex color #32D76C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D76C is #CD2893. Grayscale: #999999. Windows color (decimal): -13445268 or 7132978. OLE color: 7132978.
HSL color Cylindrical-coordinate representation of color #32D76C: hue angle of 141.09º 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 #32D76C is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 215 | 108 | - |
| CMYK | 0.77 | 0 | 0.50 | 0.16 |
| HSL | 141.09º | 0.67% | 0.52% | - |
| HSV(B) | 141.09º | 0.77% | 0.84% | - |
| XYZ | 28.32 | 50.36 | 22.42 | - |
| YUV | 153.47 | 102.34 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 215 | 108 | 0.77 | 0 | 0.50 | 0.16 | 141.09 | 0.67 | 0.52 |
| Hex | 32 | D7 | 6C | 4D | 0 | 32 | 10 | 8D | 43 | 34 |
| Octal | 62 | 327 | 154 | 115 | 0 | 62 | 20 | 215 | 103 | 64 |
| Binary | 110010 | 11010111 | 1101100 | 1001101 | 0 | 110010 | 10000 | 10001101 | 1000011 | 110100 |
Color Harmonies of #32D76C
Complementary color
Monochromatic Colors of #32D76C
Black with #32D76C
Text Example
Text Example
White with #32D76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D76C; }
p { color: rgb(50,215,108); }
H1.HeaderClassName
{
color: #32D76C;
}
.AnyTagClassName
{
color: #32D76C;
}
</style>
background-color css
<style>
a { background-color: #32D76C; }
a { background-color: rgb(50,215,108); }
div.DivClassName
{
background-color: #32D76C;
}
.BgClassName
{
background-color: #32D76C;
}
</style>
border-color css
<style>
span { border-color: #32D76C; }
span { border-color: rgb(50,215,108); }
td.TdClassName
{
border-color: #32D76C;
}
.TagClassName
{
border-color: #32D76C;
}
</style>