Shades of Emerald #50D985
Tints of Emerald #50D985
RGB
CMYK
RGB Variations
Color information
#50D985 (or 0x50D985) is known color: Emerald. HEX triplet: 50, D9 and 85. RGB value is (80,217,133). Sum of RGB (Red+Green+Blue) = 80+217+133=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #50D985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D985 is #AF267A. Grayscale: #A6A6A6. Windows color (decimal): -11478651 or 8771920. OLE color: 8771920.
HSL color Cylindrical-coordinate representation of color #50D985: hue angle of 143.21º 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 #50D985 is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 217 | 133 | - |
| CMYK | 0.63 | 0 | 0.39 | 0.15 |
| HSL | 143.21º | 0.64% | 0.58% | - |
| HSV(B) | 143.21º | 0.63% | 0.85% | - |
| XYZ | 32.35 | 53.02 | 30.72 | - |
| YUV | 166.46 | 109.11 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 217 | 133 | 0.63 | 0 | 0.39 | 0.15 | 143.21 | 0.64 | 0.58 |
| Hex | 50 | D9 | 85 | 3F | 0 | 27 | F | 8F | 40 | 3A |
| Octal | 120 | 331 | 205 | 77 | 0 | 47 | 17 | 217 | 100 | 72 |
| Binary | 1010000 | 11011001 | 10000101 | 111111 | 0 | 100111 | 1111 | 10001111 | 1000000 | 111010 |
Color Harmonies of #50D985
Complementary color
Monochromatic Colors of #50D985
Black with #50D985
Text Example
Text Example
White with #50D985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D985; }
p { color: rgb(80,217,133); }
H1.HeaderClassName
{
color: #50D985;
}
.AnyTagClassName
{
color: #50D985;
}
</style>
background-color css
<style>
a { background-color: #50D985; }
a { background-color: rgb(80,217,133); }
div.DivClassName
{
background-color: #50D985;
}
.BgClassName
{
background-color: #50D985;
}
</style>
border-color css
<style>
span { border-color: #50D985; }
span { border-color: rgb(80,217,133); }
td.TdClassName
{
border-color: #50D985;
}
.TagClassName
{
border-color: #50D985;
}
</style>