Shades of Emerald #50D561
Tints of Emerald #50D561
RGB
CMYK
RGB Variations
Color information
#50D561 (or 0x50D561) is known color: Emerald. HEX triplet: 50, D5 and 61. RGB value is (80,213,97). Sum of RGB (Red+Green+Blue) = 80+213+97=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 213 (83.59% from 255 or 54.62% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 213 - color contains mainly: green. Hex color #50D561 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D561 is #AF2A9E. Grayscale: #A0A0A0. Windows color (decimal): -11479711 or 6411600. OLE color: 6411600.
HSL color Cylindrical-coordinate representation of color #50D561: hue angle of 127.67º 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 #50D561 is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 213 | 97 | - |
| CMYK | 0.62 | 0 | 0.54 | 0.16 |
| HSL | 127.67º | 0.61% | 0.57% | - |
| HSV(B) | 127.67º | 0.62% | 0.84% | - |
| XYZ | 29.26 | 50.16 | 19.45 | - |
| YUV | 160.01 | 92.44 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 213 | 97 | 0.62 | 0 | 0.54 | 0.16 | 127.67 | 0.61 | 0.57 |
| Hex | 50 | D5 | 61 | 3E | 0 | 36 | 10 | 80 | 3D | 39 |
| Octal | 120 | 325 | 141 | 76 | 0 | 66 | 20 | 200 | 75 | 71 |
| Binary | 1010000 | 11010101 | 1100001 | 111110 | 0 | 110110 | 10000 | 10000000 | 111101 | 111001 |
Color Harmonies of #50D561
Complementary color
Monochromatic Colors of #50D561
Black with #50D561
Text Example
Text Example
White with #50D561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D561; }
p { color: rgb(80,213,97); }
H1.HeaderClassName
{
color: #50D561;
}
.AnyTagClassName
{
color: #50D561;
}
</style>
background-color css
<style>
a { background-color: #50D561; }
a { background-color: rgb(80,213,97); }
div.DivClassName
{
background-color: #50D561;
}
.BgClassName
{
background-color: #50D561;
}
</style>
border-color css
<style>
span { border-color: #50D561; }
span { border-color: rgb(80,213,97); }
td.TdClassName
{
border-color: #50D561;
}
.TagClassName
{
border-color: #50D561;
}
</style>