Shades of Emerald #50BA7F
Tints of Emerald #50BA7F
RGB
CMYK
RGB Variations
Color information
#50BA7F (or 0x50BA7F) is known color: Emerald. HEX triplet: 50, BA and 7F. RGB value is (80,186,127). Sum of RGB (Red+Green+Blue) = 80+186+127=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BA7F is #AF4580. Grayscale: #939393. Windows color (decimal): -11486593 or 8370768. OLE color: 8370768.
HSL color Cylindrical-coordinate representation of color #50BA7F: hue angle of 146.6º 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 #50BA7F is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 186 | 127 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.27 |
| HSL | 146.6º | 0.43% | 0.52% | - |
| HSV(B) | 146.6º | 0.57% | 0.73% | - |
| XYZ | 24.7 | 38.36 | 26.18 | - |
| YUV | 147.58 | 116.38 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 127 | 0.57 | 0 | 0.32 | 0.27 | 146.6 | 0.43 | 0.52 |
| Hex | 50 | BA | 7F | 39 | 0 | 20 | 1B | 93 | 2B | 34 |
| Octal | 120 | 272 | 177 | 71 | 0 | 40 | 33 | 223 | 53 | 64 |
| Binary | 1010000 | 10111010 | 1111111 | 111001 | 0 | 100000 | 11011 | 10010011 | 101011 | 110100 |
Color Harmonies of #50BA7F
Complementary color
Monochromatic Colors of #50BA7F
Black with #50BA7F
Text Example
Text Example
White with #50BA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BA7F; }
p { color: rgb(80,186,127); }
H1.HeaderClassName
{
color: #50BA7F;
}
.AnyTagClassName
{
color: #50BA7F;
}
</style>
background-color css
<style>
a { background-color: #50BA7F; }
a { background-color: rgb(80,186,127); }
div.DivClassName
{
background-color: #50BA7F;
}
.BgClassName
{
background-color: #50BA7F;
}
</style>
border-color css
<style>
span { border-color: #50BA7F; }
span { border-color: rgb(80,186,127); }
td.TdClassName
{
border-color: #50BA7F;
}
.TagClassName
{
border-color: #50BA7F;
}
</style>