Shades of Emerald #50DE8B
Tints of Emerald #50DE8B
RGB
CMYK
RGB Variations
Color information
#50DE8B (or 0x50DE8B) is known color: Emerald. HEX triplet: 50, DE and 8B. RGB value is (80,222,139). Sum of RGB (Red+Green+Blue) = 80+222+139=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 222 (87.11% from 255 or 50.34% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 222 - color contains mainly: green. Hex color #50DE8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DE8B is #AF2174. Grayscale: #AAAAAA. Windows color (decimal): -11477365 or 9166416. OLE color: 9166416.
HSL color Cylindrical-coordinate representation of color #50DE8B: hue angle of 144.93º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DE8B is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 222 | 139 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.13 |
| HSL | 144.93º | 0.68% | 0.59% | - |
| HSV(B) | 144.93º | 0.64% | 0.87% | - |
| XYZ | 34.09 | 55.81 | 33.4 | - |
| YUV | 170.08 | 110.46 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 222 | 139 | 0.64 | 0 | 0.37 | 0.13 | 144.93 | 0.68 | 0.59 |
| Hex | 50 | DE | 8B | 40 | 0 | 25 | D | 91 | 44 | 3B |
| Octal | 120 | 336 | 213 | 100 | 0 | 45 | 15 | 221 | 104 | 73 |
| Binary | 1010000 | 11011110 | 10001011 | 1000000 | 0 | 100101 | 1101 | 10010001 | 1000100 | 111011 |
Color Harmonies of #50DE8B
Complementary color
Monochromatic Colors of #50DE8B
Black with #50DE8B
Text Example
Text Example
White with #50DE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DE8B; }
p { color: rgb(80,222,139); }
H1.HeaderClassName
{
color: #50DE8B;
}
.AnyTagClassName
{
color: #50DE8B;
}
</style>
background-color css
<style>
a { background-color: #50DE8B; }
a { background-color: rgb(80,222,139); }
div.DivClassName
{
background-color: #50DE8B;
}
.BgClassName
{
background-color: #50DE8B;
}
</style>
border-color css
<style>
span { border-color: #50DE8B; }
span { border-color: rgb(80,222,139); }
td.TdClassName
{
border-color: #50DE8B;
}
.TagClassName
{
border-color: #50DE8B;
}
</style>