Shades of Emerald #32DA7B
Tints of Emerald #32DA7B
RGB
CMYK
RGB Variations
Color information
#32DA7B (or 0x32DA7B) is known color: Emerald. HEX triplet: 32, DA and 7B. RGB value is (50,218,123). Sum of RGB (Red+Green+Blue) = 50+218+123=391 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.79% from 391); Green value is 218 (85.55% from 255 or 55.75% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 218 - color contains mainly: green. Hex color #32DA7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DA7B is #CD2584. Grayscale: #9D9D9D. Windows color (decimal): -13444485 or 8116786. OLE color: 8116786.
HSL color Cylindrical-coordinate representation of color #32DA7B: hue angle of 146.07º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DA7B is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 218 | 123 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.15 |
| HSL | 146.07º | 0.69% | 0.53% | - |
| HSV(B) | 146.07º | 0.77% | 0.85% | - |
| XYZ | 29.96 | 52.25 | 27.25 | - |
| YUV | 156.94 | 108.84 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 123 | 0.77 | 0 | 0.44 | 0.15 | 146.07 | 0.69 | 0.53 |
| Hex | 32 | DA | 7B | 4D | 0 | 2C | F | 92 | 45 | 35 |
| Octal | 62 | 332 | 173 | 115 | 0 | 54 | 17 | 222 | 105 | 65 |
| Binary | 110010 | 11011010 | 1111011 | 1001101 | 0 | 101100 | 1111 | 10010010 | 1000101 | 110101 |
Color Harmonies of #32DA7B
Complementary color
Monochromatic Colors of #32DA7B
Black with #32DA7B
Text Example
Text Example
White with #32DA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DA7B; }
p { color: rgb(50,218,123); }
H1.HeaderClassName
{
color: #32DA7B;
}
.AnyTagClassName
{
color: #32DA7B;
}
</style>
background-color css
<style>
a { background-color: #32DA7B; }
a { background-color: rgb(50,218,123); }
div.DivClassName
{
background-color: #32DA7B;
}
.BgClassName
{
background-color: #32DA7B;
}
</style>
border-color css
<style>
span { border-color: #32DA7B; }
span { border-color: rgb(50,218,123); }
td.TdClassName
{
border-color: #32DA7B;
}
.TagClassName
{
border-color: #32DA7B;
}
</style>