Shades of Emerald #50D575
Tints of Emerald #50D575
RGB
CMYK
RGB Variations
Color information
#50D575 (or 0x50D575) is known color: Emerald. HEX triplet: 50, D5 and 75. RGB value is (80,213,117). Sum of RGB (Red+Green+Blue) = 80+213+117=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 213 (83.59% from 255 or 51.95% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 213 - color contains mainly: green. Hex color #50D575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D575 is #AF2A8A. Grayscale: #A2A2A2. Windows color (decimal): -11479691 or 7722320. OLE color: 7722320.
HSL color Cylindrical-coordinate representation of color #50D575: hue angle of 136.69º 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 #50D575 is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 213 | 117 | - |
| CMYK | 0.62 | 0 | 0.45 | 0.16 |
| HSL | 136.69º | 0.61% | 0.57% | - |
| HSV(B) | 136.69º | 0.62% | 0.84% | - |
| XYZ | 30.31 | 50.58 | 24.99 | - |
| YUV | 162.29 | 102.44 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 213 | 117 | 0.62 | 0 | 0.45 | 0.16 | 136.69 | 0.61 | 0.57 |
| Hex | 50 | D5 | 75 | 3E | 0 | 2D | 10 | 89 | 3D | 39 |
| Octal | 120 | 325 | 165 | 76 | 0 | 55 | 20 | 211 | 75 | 71 |
| Binary | 1010000 | 11010101 | 1110101 | 111110 | 0 | 101101 | 10000 | 10001001 | 111101 | 111001 |
Color Harmonies of #50D575
Complementary color
Monochromatic Colors of #50D575
Black with #50D575
Text Example
Text Example
White with #50D575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D575; }
p { color: rgb(80,213,117); }
H1.HeaderClassName
{
color: #50D575;
}
.AnyTagClassName
{
color: #50D575;
}
</style>
background-color css
<style>
a { background-color: #50D575; }
a { background-color: rgb(80,213,117); }
div.DivClassName
{
background-color: #50D575;
}
.BgClassName
{
background-color: #50D575;
}
</style>
border-color css
<style>
span { border-color: #50D575; }
span { border-color: rgb(80,213,117); }
td.TdClassName
{
border-color: #50D575;
}
.TagClassName
{
border-color: #50D575;
}
</style>