Shades of Emerald #50D38D
Tints of Emerald #50D38D
RGB
CMYK
RGB Variations
Color information
#50D38D (or 0x50D38D) is known color: Emerald. HEX triplet: 50, D3 and 8D. RGB value is (80,211,141). Sum of RGB (Red+Green+Blue) = 80+211+141=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #50D38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D38D is #AF2C72. Grayscale: #A4A4A4. Windows color (decimal): -11480179 or 9294672. OLE color: 9294672.
HSL color Cylindrical-coordinate representation of color #50D38D: hue angle of 147.94º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D38D is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 211 | 141 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.17 |
| HSL | 147.94º | 0.6% | 0.57% | - |
| HSV(B) | 147.94º | 0.62% | 0.83% | - |
| XYZ | 31.41 | 50.22 | 33.24 | - |
| YUV | 163.85 | 115.1 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 211 | 141 | 0.62 | 0 | 0.33 | 0.17 | 147.94 | 0.6 | 0.57 |
| Hex | 50 | D3 | 8D | 3E | 0 | 21 | 11 | 94 | 3C | 39 |
| Octal | 120 | 323 | 215 | 76 | 0 | 41 | 21 | 224 | 74 | 71 |
| Binary | 1010000 | 11010011 | 10001101 | 111110 | 0 | 100001 | 10001 | 10010100 | 111100 | 111001 |
Color Harmonies of #50D38D
Complementary color
Monochromatic Colors of #50D38D
Black with #50D38D
Text Example
Text Example
White with #50D38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D38D; }
p { color: rgb(80,211,141); }
H1.HeaderClassName
{
color: #50D38D;
}
.AnyTagClassName
{
color: #50D38D;
}
</style>
background-color css
<style>
a { background-color: #50D38D; }
a { background-color: rgb(80,211,141); }
div.DivClassName
{
background-color: #50D38D;
}
.BgClassName
{
background-color: #50D38D;
}
</style>
border-color css
<style>
span { border-color: #50D38D; }
span { border-color: rgb(80,211,141); }
td.TdClassName
{
border-color: #50D38D;
}
.TagClassName
{
border-color: #50D38D;
}
</style>