Shades of Emerald #32D77B
Tints of Emerald #32D77B
RGB
CMYK
RGB Variations
Color information
#32D77B (or 0x32D77B) is known color: Emerald. HEX triplet: 32, D7 and 7B. RGB value is (50,215,123). Sum of RGB (Red+Green+Blue) = 50+215+123=388 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.89% from 388); Green value is 215 (84.38% from 255 or 55.41% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 215 - color contains mainly: green. Hex color #32D77B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D77B is #CD2884. Grayscale: #9B9B9B. Windows color (decimal): -13445253 or 8116018. OLE color: 8116018.
HSL color Cylindrical-coordinate representation of color #32D77B: hue angle of 146.55º 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 #32D77B is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 215 | 123 | - |
| CMYK | 0.77 | 0 | 0.43 | 0.16 |
| HSL | 146.55º | 0.67% | 0.52% | - |
| HSV(B) | 146.55º | 0.77% | 0.84% | - |
| XYZ | 29.19 | 50.71 | 26.99 | - |
| YUV | 155.18 | 109.84 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 215 | 123 | 0.77 | 0 | 0.43 | 0.16 | 146.55 | 0.67 | 0.52 |
| Hex | 32 | D7 | 7B | 4D | 0 | 2B | 10 | 93 | 43 | 34 |
| Octal | 62 | 327 | 173 | 115 | 0 | 53 | 20 | 223 | 103 | 64 |
| Binary | 110010 | 11010111 | 1111011 | 1001101 | 0 | 101011 | 10000 | 10010011 | 1000011 | 110100 |
Color Harmonies of #32D77B
Complementary color
Monochromatic Colors of #32D77B
Black with #32D77B
Text Example
Text Example
White with #32D77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D77B; }
p { color: rgb(50,215,123); }
H1.HeaderClassName
{
color: #32D77B;
}
.AnyTagClassName
{
color: #32D77B;
}
</style>
background-color css
<style>
a { background-color: #32D77B; }
a { background-color: rgb(50,215,123); }
div.DivClassName
{
background-color: #32D77B;
}
.BgClassName
{
background-color: #32D77B;
}
</style>
border-color css
<style>
span { border-color: #32D77B; }
span { border-color: rgb(50,215,123); }
td.TdClassName
{
border-color: #32D77B;
}
.TagClassName
{
border-color: #32D77B;
}
</style>