Shades of Emerald #50D58D
Tints of Emerald #50D58D
RGB
CMYK
RGB Variations
Color information
#50D58D (or 0x50D58D) is known color: Emerald. HEX triplet: 50, D5 and 8D. RGB value is (80,213,141). Sum of RGB (Red+Green+Blue) = 80+213+141=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #50D58D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D58D is #AF2A72. Grayscale: #A5A5A5. Windows color (decimal): -11479667 or 9295184. OLE color: 9295184.
HSL color Cylindrical-coordinate representation of color #50D58D: hue angle of 147.52º 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 #50D58D is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 213 | 141 | - |
| CMYK | 0.62 | 0 | 0.34 | 0.16 |
| HSL | 147.52º | 0.61% | 0.57% | - |
| HSV(B) | 147.52º | 0.62% | 0.84% | - |
| XYZ | 31.91 | 51.22 | 33.4 | - |
| YUV | 165.03 | 114.44 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 213 | 141 | 0.62 | 0 | 0.34 | 0.16 | 147.52 | 0.61 | 0.57 |
| Hex | 50 | D5 | 8D | 3E | 0 | 22 | 10 | 94 | 3D | 39 |
| Octal | 120 | 325 | 215 | 76 | 0 | 42 | 20 | 224 | 75 | 71 |
| Binary | 1010000 | 11010101 | 10001101 | 111110 | 0 | 100010 | 10000 | 10010100 | 111101 | 111001 |
Color Harmonies of #50D58D
Complementary color
Monochromatic Colors of #50D58D
Black with #50D58D
Text Example
Text Example
White with #50D58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D58D; }
p { color: rgb(80,213,141); }
H1.HeaderClassName
{
color: #50D58D;
}
.AnyTagClassName
{
color: #50D58D;
}
</style>
background-color css
<style>
a { background-color: #50D58D; }
a { background-color: rgb(80,213,141); }
div.DivClassName
{
background-color: #50D58D;
}
.BgClassName
{
background-color: #50D58D;
}
</style>
border-color css
<style>
span { border-color: #50D58D; }
span { border-color: rgb(80,213,141); }
td.TdClassName
{
border-color: #50D58D;
}
.TagClassName
{
border-color: #50D58D;
}
</style>