Shades of Emerald #50D57C
Tints of Emerald #50D57C
RGB
CMYK
RGB Variations
Color information
#50D57C (or 0x50D57C) is known color: Emerald. HEX triplet: 50, D5 and 7C. RGB value is (80,213,124). Sum of RGB (Red+Green+Blue) = 80+213+124=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 213 (83.59% from 255 or 51.08% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 213 - color contains mainly: green. Hex color #50D57C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D57C is #AF2A83. Grayscale: #A3A3A3. Windows color (decimal): -11479684 or 8181072. OLE color: 8181072.
HSL color Cylindrical-coordinate representation of color #50D57C: hue angle of 139.85º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D57C is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 213 | 124 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.16 |
| HSL | 139.85º | 0.61% | 0.57% | - |
| HSV(B) | 139.85º | 0.62% | 0.84% | - |
| XYZ | 30.74 | 50.75 | 27.24 | - |
| YUV | 163.09 | 105.94 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 213 | 124 | 0.62 | 0 | 0.42 | 0.16 | 139.85 | 0.61 | 0.57 |
| Hex | 50 | D5 | 7C | 3E | 0 | 2A | 10 | 8C | 3D | 39 |
| Octal | 120 | 325 | 174 | 76 | 0 | 52 | 20 | 214 | 75 | 71 |
| Binary | 1010000 | 11010101 | 1111100 | 111110 | 0 | 101010 | 10000 | 10001100 | 111101 | 111001 |
Color Harmonies of #50D57C
Complementary color
Monochromatic Colors of #50D57C
Black with #50D57C
Text Example
Text Example
White with #50D57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D57C; }
p { color: rgb(80,213,124); }
H1.HeaderClassName
{
color: #50D57C;
}
.AnyTagClassName
{
color: #50D57C;
}
</style>
background-color css
<style>
a { background-color: #50D57C; }
a { background-color: rgb(80,213,124); }
div.DivClassName
{
background-color: #50D57C;
}
.BgClassName
{
background-color: #50D57C;
}
</style>
border-color css
<style>
span { border-color: #50D57C; }
span { border-color: rgb(80,213,124); }
td.TdClassName
{
border-color: #50D57C;
}
.TagClassName
{
border-color: #50D57C;
}
</style>