Shades of Emerald #50DF8C
Tints of Emerald #50DF8C
RGB
CMYK
RGB Variations
Color information
#50DF8C (or 0x50DF8C) is known color: Emerald. HEX triplet: 50, DF and 8C. RGB value is (80,223,140). Sum of RGB (Red+Green+Blue) = 80+223+140=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DF8C is #AF2073. Grayscale: #AAAAAA. Windows color (decimal): -11477108 or 9232208. OLE color: 9232208.
HSL color Cylindrical-coordinate representation of color #50DF8C: hue angle of 145.17º degrees, saturation: 0.69, 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 #50DF8C is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 223 | 140 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.13 |
| HSL | 145.17º | 0.69% | 0.59% | - |
| HSV(B) | 145.17º | 0.64% | 0.87% | - |
| XYZ | 34.43 | 56.37 | 33.88 | - |
| YUV | 170.78 | 110.62 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 223 | 140 | 0.64 | 0 | 0.37 | 0.13 | 145.17 | 0.69 | 0.59 |
| Hex | 50 | DF | 8C | 40 | 0 | 25 | D | 91 | 45 | 3B |
| Octal | 120 | 337 | 214 | 100 | 0 | 45 | 15 | 221 | 105 | 73 |
| Binary | 1010000 | 11011111 | 10001100 | 1000000 | 0 | 100101 | 1101 | 10010001 | 1000101 | 111011 |
Color Harmonies of #50DF8C
Complementary color
Monochromatic Colors of #50DF8C
Black with #50DF8C
Text Example
Text Example
White with #50DF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DF8C; }
p { color: rgb(80,223,140); }
H1.HeaderClassName
{
color: #50DF8C;
}
.AnyTagClassName
{
color: #50DF8C;
}
</style>
background-color css
<style>
a { background-color: #50DF8C; }
a { background-color: rgb(80,223,140); }
div.DivClassName
{
background-color: #50DF8C;
}
.BgClassName
{
background-color: #50DF8C;
}
</style>
border-color css
<style>
span { border-color: #50DF8C; }
span { border-color: rgb(80,223,140); }
td.TdClassName
{
border-color: #50DF8C;
}
.TagClassName
{
border-color: #50DF8C;
}
</style>