Shades of Emerald #50BB7A
Tints of Emerald #50BB7A
RGB
CMYK
RGB Variations
Color information
#50BB7A (or 0x50BB7A) is known color: Emerald. HEX triplet: 50, BB and 7A. RGB value is (80,187,122). Sum of RGB (Red+Green+Blue) = 80+187+122=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BB7A is #AF4485. Grayscale: #939393. Windows color (decimal): -11486342 or 8043344. OLE color: 8043344.
HSL color Cylindrical-coordinate representation of color #50BB7A: hue angle of 143.55º degrees, saturation: 0.44, 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 #50BB7A is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 187 | 122 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.27 |
| HSL | 143.55º | 0.44% | 0.52% | - |
| HSV(B) | 143.55º | 0.57% | 0.73% | - |
| XYZ | 24.59 | 38.65 | 24.58 | - |
| YUV | 147.6 | 113.55 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 187 | 122 | 0.57 | 0 | 0.35 | 0.27 | 143.55 | 0.44 | 0.52 |
| Hex | 50 | BB | 7A | 39 | 0 | 23 | 1B | 90 | 2C | 34 |
| Octal | 120 | 273 | 172 | 71 | 0 | 43 | 33 | 220 | 54 | 64 |
| Binary | 1010000 | 10111011 | 1111010 | 111001 | 0 | 100011 | 11011 | 10010000 | 101100 | 110100 |
Color Harmonies of #50BB7A
Complementary color
Monochromatic Colors of #50BB7A
Black with #50BB7A
Text Example
Text Example
White with #50BB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BB7A; }
p { color: rgb(80,187,122); }
H1.HeaderClassName
{
color: #50BB7A;
}
.AnyTagClassName
{
color: #50BB7A;
}
</style>
background-color css
<style>
a { background-color: #50BB7A; }
a { background-color: rgb(80,187,122); }
div.DivClassName
{
background-color: #50BB7A;
}
.BgClassName
{
background-color: #50BB7A;
}
</style>
border-color css
<style>
span { border-color: #50BB7A; }
span { border-color: rgb(80,187,122); }
td.TdClassName
{
border-color: #50BB7A;
}
.TagClassName
{
border-color: #50BB7A;
}
</style>