Shades of Emerald #50D85A
Tints of Emerald #50D85A
RGB
CMYK
RGB Variations
Color information
#50D85A (or 0x50D85A) is known color: Emerald. HEX triplet: 50, D8 and 5A. RGB value is (80,216,90). Sum of RGB (Red+Green+Blue) = 80+216+90=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 216 (84.77% from 255 or 55.96% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 216 - color contains mainly: green. Hex color #50D85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D85A is #AF27A5. Grayscale: #A1A1A1. Windows color (decimal): -11478950 or 5953616. OLE color: 5953616.
HSL color Cylindrical-coordinate representation of color #50D85A: hue angle of 124.41º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D85A is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 216 | 90 | - |
| CMYK | 0.63 | 0 | 0.58 | 0.15 |
| HSL | 124.41º | 0.64% | 0.58% | - |
| HSV(B) | 124.41º | 0.63% | 0.85% | - |
| XYZ | 29.71 | 51.56 | 18.06 | - |
| YUV | 160.97 | 87.94 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 216 | 90 | 0.63 | 0 | 0.58 | 0.15 | 124.41 | 0.64 | 0.58 |
| Hex | 50 | D8 | 5A | 3F | 0 | 3A | F | 7C | 40 | 3A |
| Octal | 120 | 330 | 132 | 77 | 0 | 72 | 17 | 174 | 100 | 72 |
| Binary | 1010000 | 11011000 | 1011010 | 111111 | 0 | 111010 | 1111 | 1111100 | 1000000 | 111010 |
Color Harmonies of #50D85A
Complementary color
Monochromatic Colors of #50D85A
Black with #50D85A
Text Example
Text Example
White with #50D85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D85A; }
p { color: rgb(80,216,90); }
H1.HeaderClassName
{
color: #50D85A;
}
.AnyTagClassName
{
color: #50D85A;
}
</style>
background-color css
<style>
a { background-color: #50D85A; }
a { background-color: rgb(80,216,90); }
div.DivClassName
{
background-color: #50D85A;
}
.BgClassName
{
background-color: #50D85A;
}
</style>
border-color css
<style>
span { border-color: #50D85A; }
span { border-color: rgb(80,216,90); }
td.TdClassName
{
border-color: #50D85A;
}
.TagClassName
{
border-color: #50D85A;
}
</style>