Shades of Emerald #50D68D
Tints of Emerald #50D68D
RGB
CMYK
RGB Variations
Color information
#50D68D (or 0x50D68D) is known color: Emerald. HEX triplet: 50, D6 and 8D. RGB value is (80,214,141). Sum of RGB (Red+Green+Blue) = 80+214+141=435 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.39% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #50D68D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D68D is #AF2972. Grayscale: #A5A5A5. Windows color (decimal): -11479411 or 9295440. OLE color: 9295440.
HSL color Cylindrical-coordinate representation of color #50D68D: hue angle of 147.31º degrees, saturation: 0.62, 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 #50D68D is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 214 | 141 | - |
| CMYK | 0.63 | 0 | 0.34 | 0.16 |
| HSL | 147.31º | 0.62% | 0.58% | - |
| HSV(B) | 147.31º | 0.63% | 0.84% | - |
| XYZ | 32.16 | 51.72 | 33.49 | - |
| YUV | 165.61 | 114.11 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 214 | 141 | 0.63 | 0 | 0.34 | 0.16 | 147.31 | 0.62 | 0.58 |
| Hex | 50 | D6 | 8D | 3F | 0 | 22 | 10 | 93 | 3E | 3A |
| Octal | 120 | 326 | 215 | 77 | 0 | 42 | 20 | 223 | 76 | 72 |
| Binary | 1010000 | 11010110 | 10001101 | 111111 | 0 | 100010 | 10000 | 10010011 | 111110 | 111010 |
Color Harmonies of #50D68D
Complementary color
Monochromatic Colors of #50D68D
Black with #50D68D
Text Example
Text Example
White with #50D68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D68D; }
p { color: rgb(80,214,141); }
H1.HeaderClassName
{
color: #50D68D;
}
.AnyTagClassName
{
color: #50D68D;
}
</style>
background-color css
<style>
a { background-color: #50D68D; }
a { background-color: rgb(80,214,141); }
div.DivClassName
{
background-color: #50D68D;
}
.BgClassName
{
background-color: #50D68D;
}
</style>
border-color css
<style>
span { border-color: #50D68D; }
span { border-color: rgb(80,214,141); }
td.TdClassName
{
border-color: #50D68D;
}
.TagClassName
{
border-color: #50D68D;
}
</style>