Shades of Emerald #50BC6D
Tints of Emerald #50BC6D
RGB
CMYK
RGB Variations
Color information
#50BC6D (or 0x50BC6D) is known color: Emerald. HEX triplet: 50, BC and 6D. RGB value is (80,188,109). Sum of RGB (Red+Green+Blue) = 80+188+109=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BC6D is #AF4392. Grayscale: #929292. Windows color (decimal): -11486099 or 7191632. OLE color: 7191632.
HSL color Cylindrical-coordinate representation of color #50BC6D: hue angle of 136.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 #50BC6D is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 188 | 109 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.26 |
| HSL | 136.11º | 0.45% | 0.53% | - |
| HSV(B) | 136.11º | 0.57% | 0.74% | - |
| XYZ | 24.05 | 38.78 | 20.68 | - |
| YUV | 146.7 | 106.72 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 109 | 0.57 | 0 | 0.42 | 0.26 | 136.11 | 0.45 | 0.53 |
| Hex | 50 | BC | 6D | 39 | 0 | 2A | 1A | 88 | 2D | 35 |
| Octal | 120 | 274 | 155 | 71 | 0 | 52 | 32 | 210 | 55 | 65 |
| Binary | 1010000 | 10111100 | 1101101 | 111001 | 0 | 101010 | 11010 | 10001000 | 101101 | 110101 |
Color Harmonies of #50BC6D
Complementary color
Monochromatic Colors of #50BC6D
Black with #50BC6D
Text Example
Text Example
White with #50BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BC6D; }
p { color: rgb(80,188,109); }
H1.HeaderClassName
{
color: #50BC6D;
}
.AnyTagClassName
{
color: #50BC6D;
}
</style>
background-color css
<style>
a { background-color: #50BC6D; }
a { background-color: rgb(80,188,109); }
div.DivClassName
{
background-color: #50BC6D;
}
.BgClassName
{
background-color: #50BC6D;
}
</style>
border-color css
<style>
span { border-color: #50BC6D; }
span { border-color: rgb(80,188,109); }
td.TdClassName
{
border-color: #50BC6D;
}
.TagClassName
{
border-color: #50BC6D;
}
</style>