Shades of Emerald #50BC76
Tints of Emerald #50BC76
RGB
CMYK
RGB Variations
Color information
#50BC76 (or 0x50BC76) is known color: Emerald. HEX triplet: 50, BC and 76. RGB value is (80,188,118). Sum of RGB (Red+Green+Blue) = 80+188+118=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BC76 is #AF4389. Grayscale: #939393. Windows color (decimal): -11486090 or 7781456. OLE color: 7781456.
HSL color Cylindrical-coordinate representation of color #50BC76: hue angle of 141.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BC76 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 188 | 118 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.26 |
| HSL | 141.11º | 0.45% | 0.53% | - |
| HSV(B) | 141.11º | 0.57% | 0.74% | - |
| XYZ | 24.56 | 38.98 | 23.37 | - |
| YUV | 147.73 | 111.22 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 118 | 0.57 | 0 | 0.37 | 0.26 | 141.11 | 0.45 | 0.53 |
| Hex | 50 | BC | 76 | 39 | 0 | 25 | 1A | 8D | 2D | 35 |
| Octal | 120 | 274 | 166 | 71 | 0 | 45 | 32 | 215 | 55 | 65 |
| Binary | 1010000 | 10111100 | 1110110 | 111001 | 0 | 100101 | 11010 | 10001101 | 101101 | 110101 |
Color Harmonies of #50BC76
Complementary color
Monochromatic Colors of #50BC76
Black with #50BC76
Text Example
Text Example
White with #50BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BC76; }
p { color: rgb(80,188,118); }
H1.HeaderClassName
{
color: #50BC76;
}
.AnyTagClassName
{
color: #50BC76;
}
</style>
background-color css
<style>
a { background-color: #50BC76; }
a { background-color: rgb(80,188,118); }
div.DivClassName
{
background-color: #50BC76;
}
.BgClassName
{
background-color: #50BC76;
}
</style>
border-color css
<style>
span { border-color: #50BC76; }
span { border-color: rgb(80,188,118); }
td.TdClassName
{
border-color: #50BC76;
}
.TagClassName
{
border-color: #50BC76;
}
</style>