Shades of Emerald #50BC7C
Tints of Emerald #50BC7C
RGB
CMYK
RGB Variations
Color information
#50BC7C (or 0x50BC7C) is known color: Emerald. HEX triplet: 50, BC and 7C. RGB value is (80,188,124). Sum of RGB (Red+Green+Blue) = 80+188+124=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BC7C is #AF4383. Grayscale: #949494. Windows color (decimal): -11486084 or 8174672. OLE color: 8174672.
HSL color Cylindrical-coordinate representation of color #50BC7C: hue angle of 144.44º 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 #50BC7C is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 188 | 124 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.26 |
| HSL | 144.44º | 0.45% | 0.53% | - |
| HSV(B) | 144.44º | 0.57% | 0.74% | - |
| XYZ | 24.93 | 39.13 | 25.31 | - |
| YUV | 148.41 | 114.22 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 124 | 0.57 | 0 | 0.34 | 0.26 | 144.44 | 0.45 | 0.53 |
| Hex | 50 | BC | 7C | 39 | 0 | 22 | 1A | 90 | 2D | 35 |
| Octal | 120 | 274 | 174 | 71 | 0 | 42 | 32 | 220 | 55 | 65 |
| Binary | 1010000 | 10111100 | 1111100 | 111001 | 0 | 100010 | 11010 | 10010000 | 101101 | 110101 |
Color Harmonies of #50BC7C
Complementary color
Monochromatic Colors of #50BC7C
Black with #50BC7C
Text Example
Text Example
White with #50BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BC7C; }
p { color: rgb(80,188,124); }
H1.HeaderClassName
{
color: #50BC7C;
}
.AnyTagClassName
{
color: #50BC7C;
}
</style>
background-color css
<style>
a { background-color: #50BC7C; }
a { background-color: rgb(80,188,124); }
div.DivClassName
{
background-color: #50BC7C;
}
.BgClassName
{
background-color: #50BC7C;
}
</style>
border-color css
<style>
span { border-color: #50BC7C; }
span { border-color: rgb(80,188,124); }
td.TdClassName
{
border-color: #50BC7C;
}
.TagClassName
{
border-color: #50BC7C;
}
</style>