Shades of Emerald #50BA7D
Tints of Emerald #50BA7D
RGB
CMYK
RGB Variations
Color information
#50BA7D (or 0x50BA7D) is known color: Emerald. HEX triplet: 50, BA and 7D. RGB value is (80,186,125). Sum of RGB (Red+Green+Blue) = 80+186+125=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BA7D is #AF4582. Grayscale: #939393. Windows color (decimal): -11486595 or 8239696. OLE color: 8239696.
HSL color Cylindrical-coordinate representation of color #50BA7D: hue angle of 145.47º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BA7D is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 186 | 125 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.27 |
| HSL | 145.47º | 0.43% | 0.52% | - |
| HSV(B) | 145.47º | 0.57% | 0.73% | - |
| XYZ | 24.57 | 38.3 | 25.5 | - |
| YUV | 147.35 | 115.38 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 125 | 0.57 | 0 | 0.33 | 0.27 | 145.47 | 0.43 | 0.52 |
| Hex | 50 | BA | 7D | 39 | 0 | 21 | 1B | 91 | 2B | 34 |
| Octal | 120 | 272 | 175 | 71 | 0 | 41 | 33 | 221 | 53 | 64 |
| Binary | 1010000 | 10111010 | 1111101 | 111001 | 0 | 100001 | 11011 | 10010001 | 101011 | 110100 |
Color Harmonies of #50BA7D
Complementary color
Monochromatic Colors of #50BA7D
Black with #50BA7D
Text Example
Text Example
White with #50BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BA7D; }
p { color: rgb(80,186,125); }
H1.HeaderClassName
{
color: #50BA7D;
}
.AnyTagClassName
{
color: #50BA7D;
}
</style>
background-color css
<style>
a { background-color: #50BA7D; }
a { background-color: rgb(80,186,125); }
div.DivClassName
{
background-color: #50BA7D;
}
.BgClassName
{
background-color: #50BA7D;
}
</style>
border-color css
<style>
span { border-color: #50BA7D; }
span { border-color: rgb(80,186,125); }
td.TdClassName
{
border-color: #50BA7D;
}
.TagClassName
{
border-color: #50BA7D;
}
</style>