Shades of Emerald #50D570
Tints of Emerald #50D570
RGB
CMYK
RGB Variations
Color information
#50D570 (or 0x50D570) is known color: Emerald. HEX triplet: 50, D5 and 70. RGB value is (80,213,112). Sum of RGB (Red+Green+Blue) = 80+213+112=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 213 (83.59% from 255 or 52.59% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 213 - color contains mainly: green. Hex color #50D570 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D570 is #AF2A8F. Grayscale: #A1A1A1. Windows color (decimal): -11479696 or 7394640. OLE color: 7394640.
HSL color Cylindrical-coordinate representation of color #50D570: hue angle of 134.44º 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 #50D570 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 213 | 112 | - |
| CMYK | 0.62 | 0 | 0.47 | 0.16 |
| HSL | 134.44º | 0.61% | 0.57% | - |
| HSV(B) | 134.44º | 0.62% | 0.84% | - |
| XYZ | 30.03 | 50.46 | 23.49 | - |
| YUV | 161.72 | 99.94 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 213 | 112 | 0.62 | 0 | 0.47 | 0.16 | 134.44 | 0.61 | 0.57 |
| Hex | 50 | D5 | 70 | 3E | 0 | 2F | 10 | 86 | 3D | 39 |
| Octal | 120 | 325 | 160 | 76 | 0 | 57 | 20 | 206 | 75 | 71 |
| Binary | 1010000 | 11010101 | 1110000 | 111110 | 0 | 101111 | 10000 | 10000110 | 111101 | 111001 |
Color Harmonies of #50D570
Complementary color
Monochromatic Colors of #50D570
Black with #50D570
Text Example
Text Example
White with #50D570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D570; }
p { color: rgb(80,213,112); }
H1.HeaderClassName
{
color: #50D570;
}
.AnyTagClassName
{
color: #50D570;
}
</style>
background-color css
<style>
a { background-color: #50D570; }
a { background-color: rgb(80,213,112); }
div.DivClassName
{
background-color: #50D570;
}
.BgClassName
{
background-color: #50D570;
}
</style>
border-color css
<style>
span { border-color: #50D570; }
span { border-color: rgb(80,213,112); }
td.TdClassName
{
border-color: #50D570;
}
.TagClassName
{
border-color: #50D570;
}
</style>