Shades of Emerald #50C473
Tints of Emerald #50C473
RGB
CMYK
RGB Variations
Color information
#50C473 (or 0x50C473) is known color: Emerald. HEX triplet: 50, C4 and 73. RGB value is (80,196,115). Sum of RGB (Red+Green+Blue) = 80+196+115=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #50C473 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C473 is #AF3B8C. Grayscale: #989898. Windows color (decimal): -11484045 or 7586896. OLE color: 7586896.
HSL color Cylindrical-coordinate representation of color #50C473: hue angle of 138.1º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C473 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 196 | 115 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.23 |
| HSL | 138.1º | 0.5% | 0.54% | - |
| HSV(B) | 138.1º | 0.59% | 0.77% | - |
| XYZ | 26.14 | 42.42 | 23.03 | - |
| YUV | 152.08 | 107.07 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 196 | 115 | 0.59 | 0 | 0.41 | 0.23 | 138.1 | 0.5 | 0.54 |
| Hex | 50 | C4 | 73 | 3B | 0 | 29 | 17 | 8A | 32 | 36 |
| Octal | 120 | 304 | 163 | 73 | 0 | 51 | 27 | 212 | 62 | 66 |
| Binary | 1010000 | 11000100 | 1110011 | 111011 | 0 | 101001 | 10111 | 10001010 | 110010 | 110110 |
Color Harmonies of #50C473
Complementary color
Monochromatic Colors of #50C473
Black with #50C473
Text Example
Text Example
White with #50C473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C473; }
p { color: rgb(80,196,115); }
H1.HeaderClassName
{
color: #50C473;
}
.AnyTagClassName
{
color: #50C473;
}
</style>
background-color css
<style>
a { background-color: #50C473; }
a { background-color: rgb(80,196,115); }
div.DivClassName
{
background-color: #50C473;
}
.BgClassName
{
background-color: #50C473;
}
</style>
border-color css
<style>
span { border-color: #50C473; }
span { border-color: rgb(80,196,115); }
td.TdClassName
{
border-color: #50C473;
}
.TagClassName
{
border-color: #50C473;
}
</style>