Shades of Emerald #50D75D
Tints of Emerald #50D75D
RGB
CMYK
RGB Variations
Color information
#50D75D (or 0x50D75D) is known color: Emerald. HEX triplet: 50, D7 and 5D. RGB value is (80,215,93). Sum of RGB (Red+Green+Blue) = 80+215+93=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 215 (84.38% from 255 or 55.41% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 215 - color contains mainly: green. Hex color #50D75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D75D is #AF28A2. Grayscale: #A1A1A1. Windows color (decimal): -11479203 or 6149968. OLE color: 6149968.
HSL color Cylindrical-coordinate representation of color #50D75D: hue angle of 125.78º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D75D is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 215 | 93 | - |
| CMYK | 0.63 | 0 | 0.57 | 0.16 |
| HSL | 125.78º | 0.63% | 0.58% | - |
| HSV(B) | 125.78º | 0.63% | 0.84% | - |
| XYZ | 29.58 | 51.1 | 18.66 | - |
| YUV | 160.73 | 89.77 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 215 | 93 | 0.63 | 0 | 0.57 | 0.16 | 125.78 | 0.63 | 0.58 |
| Hex | 50 | D7 | 5D | 3F | 0 | 39 | 10 | 7E | 3F | 3A |
| Octal | 120 | 327 | 135 | 77 | 0 | 71 | 20 | 176 | 77 | 72 |
| Binary | 1010000 | 11010111 | 1011101 | 111111 | 0 | 111001 | 10000 | 1111110 | 111111 | 111010 |
Color Harmonies of #50D75D
Complementary color
Monochromatic Colors of #50D75D
Black with #50D75D
Text Example
Text Example
White with #50D75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D75D; }
p { color: rgb(80,215,93); }
H1.HeaderClassName
{
color: #50D75D;
}
.AnyTagClassName
{
color: #50D75D;
}
</style>
background-color css
<style>
a { background-color: #50D75D; }
a { background-color: rgb(80,215,93); }
div.DivClassName
{
background-color: #50D75D;
}
.BgClassName
{
background-color: #50D75D;
}
</style>
border-color css
<style>
span { border-color: #50D75D; }
span { border-color: rgb(80,215,93); }
td.TdClassName
{
border-color: #50D75D;
}
.TagClassName
{
border-color: #50D75D;
}
</style>