Shades of Emerald #50DE81
Tints of Emerald #50DE81
RGB
CMYK
RGB Variations
Color information
#50DE81 (or 0x50DE81) is known color: Emerald. HEX triplet: 50, DE and 81. RGB value is (80,222,129). Sum of RGB (Red+Green+Blue) = 80+222+129=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 222 (87.11% from 255 or 51.51% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 222 - color contains mainly: green. Hex color #50DE81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DE81 is #AF217E. Grayscale: #A9A9A9. Windows color (decimal): -11477375 or 8511056. OLE color: 8511056.
HSL color Cylindrical-coordinate representation of color #50DE81: hue angle of 140.7º 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 #50DE81 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 222 | 129 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.13 |
| HSL | 140.7º | 0.68% | 0.59% | - |
| HSV(B) | 140.7º | 0.64% | 0.87% | - |
| XYZ | 33.39 | 55.53 | 29.73 | - |
| YUV | 168.94 | 105.46 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 222 | 129 | 0.64 | 0 | 0.42 | 0.13 | 140.7 | 0.68 | 0.59 |
| Hex | 50 | DE | 81 | 40 | 0 | 2A | D | 8D | 44 | 3B |
| Octal | 120 | 336 | 201 | 100 | 0 | 52 | 15 | 215 | 104 | 73 |
| Binary | 1010000 | 11011110 | 10000001 | 1000000 | 0 | 101010 | 1101 | 10001101 | 1000100 | 111011 |
Color Harmonies of #50DE81
Complementary color
Monochromatic Colors of #50DE81
Black with #50DE81
Text Example
Text Example
White with #50DE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DE81; }
p { color: rgb(80,222,129); }
H1.HeaderClassName
{
color: #50DE81;
}
.AnyTagClassName
{
color: #50DE81;
}
</style>
background-color css
<style>
a { background-color: #50DE81; }
a { background-color: rgb(80,222,129); }
div.DivClassName
{
background-color: #50DE81;
}
.BgClassName
{
background-color: #50DE81;
}
</style>
border-color css
<style>
span { border-color: #50DE81; }
span { border-color: rgb(80,222,129); }
td.TdClassName
{
border-color: #50DE81;
}
.TagClassName
{
border-color: #50DE81;
}
</style>