Shades of Emerald #50C987
Tints of Emerald #50C987
RGB
CMYK
RGB Variations
Color information
#50C987 (or 0x50C987) is known color: Emerald. HEX triplet: 50, C9 and 87. RGB value is (80,201,135). Sum of RGB (Red+Green+Blue) = 80+201+135=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 201 - color contains mainly: green. Hex color #50C987 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C987 is #AF3678. Grayscale: #9D9D9D. Windows color (decimal): -11482745 or 8898896. OLE color: 8898896.
HSL color Cylindrical-coordinate representation of color #50C987: hue angle of 147.27º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C987 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 201 | 135 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.21 |
| HSL | 147.27º | 0.53% | 0.55% | - |
| HSV(B) | 147.27º | 0.6% | 0.79% | - |
| XYZ | 28.57 | 45.23 | 30.15 | - |
| YUV | 157.3 | 115.41 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 201 | 135 | 0.60 | 0 | 0.33 | 0.21 | 147.27 | 0.53 | 0.55 |
| Hex | 50 | C9 | 87 | 3C | 0 | 21 | 15 | 93 | 35 | 37 |
| Octal | 120 | 311 | 207 | 74 | 0 | 41 | 25 | 223 | 65 | 67 |
| Binary | 1010000 | 11001001 | 10000111 | 111100 | 0 | 100001 | 10101 | 10010011 | 110101 | 110111 |
Color Harmonies of #50C987
Complementary color
Monochromatic Colors of #50C987
Black with #50C987
Text Example
Text Example
White with #50C987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C987; }
p { color: rgb(80,201,135); }
H1.HeaderClassName
{
color: #50C987;
}
.AnyTagClassName
{
color: #50C987;
}
</style>
background-color css
<style>
a { background-color: #50C987; }
a { background-color: rgb(80,201,135); }
div.DivClassName
{
background-color: #50C987;
}
.BgClassName
{
background-color: #50C987;
}
</style>
border-color css
<style>
span { border-color: #50C987; }
span { border-color: rgb(80,201,135); }
td.TdClassName
{
border-color: #50C987;
}
.TagClassName
{
border-color: #50C987;
}
</style>