Shades of Emerald #50C977
Tints of Emerald #50C977
RGB
CMYK
RGB Variations
Color information
#50C977 (or 0x50C977) is known color: Emerald. HEX triplet: 50, C9 and 77. RGB value is (80,201,119). Sum of RGB (Red+Green+Blue) = 80+201+119=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 201 (78.91% from 255 or 50.25% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 201 - color contains mainly: green. Hex color #50C977 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C977 is #AF3688. Grayscale: #9B9B9B. Windows color (decimal): -11482761 or 7850320. OLE color: 7850320.
HSL color Cylindrical-coordinate representation of color #50C977: hue angle of 139.34º 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 #50C977 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 201 | 119 | - |
| CMYK | 0.60 | 0 | 0.41 | 0.21 |
| HSL | 139.34º | 0.53% | 0.55% | - |
| HSV(B) | 139.34º | 0.6% | 0.79% | - |
| XYZ | 27.52 | 44.81 | 24.65 | - |
| YUV | 155.47 | 107.41 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 201 | 119 | 0.60 | 0 | 0.41 | 0.21 | 139.34 | 0.53 | 0.55 |
| Hex | 50 | C9 | 77 | 3C | 0 | 29 | 15 | 8B | 35 | 37 |
| Octal | 120 | 311 | 167 | 74 | 0 | 51 | 25 | 213 | 65 | 67 |
| Binary | 1010000 | 11001001 | 1110111 | 111100 | 0 | 101001 | 10101 | 10001011 | 110101 | 110111 |
Color Harmonies of #50C977
Complementary color
Monochromatic Colors of #50C977
Black with #50C977
Text Example
Text Example
White with #50C977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C977; }
p { color: rgb(80,201,119); }
H1.HeaderClassName
{
color: #50C977;
}
.AnyTagClassName
{
color: #50C977;
}
</style>
background-color css
<style>
a { background-color: #50C977; }
a { background-color: rgb(80,201,119); }
div.DivClassName
{
background-color: #50C977;
}
.BgClassName
{
background-color: #50C977;
}
</style>
border-color css
<style>
span { border-color: #50C977; }
span { border-color: rgb(80,201,119); }
td.TdClassName
{
border-color: #50C977;
}
.TagClassName
{
border-color: #50C977;
}
</style>