Shades of Emerald #50DD89
Tints of Emerald #50DD89
RGB
CMYK
RGB Variations
Color information
#50DD89 (or 0x50DD89) is known color: Emerald. HEX triplet: 50, DD and 89. RGB value is (80,221,137). Sum of RGB (Red+Green+Blue) = 80+221+137=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #50DD89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DD89 is #AF2276. Grayscale: #A9A9A9. Windows color (decimal): -11477623 or 9035088. OLE color: 9035088.
HSL color Cylindrical-coordinate representation of color #50DD89: hue angle of 144.26º degrees, saturation: 0.67, 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 #50DD89 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 221 | 137 | - |
| CMYK | 0.64 | 0 | 0.38 | 0.13 |
| HSL | 144.26º | 0.67% | 0.59% | - |
| HSV(B) | 144.26º | 0.64% | 0.87% | - |
| XYZ | 33.68 | 55.22 | 32.55 | - |
| YUV | 169.27 | 109.79 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 221 | 137 | 0.64 | 0 | 0.38 | 0.13 | 144.26 | 0.67 | 0.59 |
| Hex | 50 | DD | 89 | 40 | 0 | 26 | D | 90 | 43 | 3B |
| Octal | 120 | 335 | 211 | 100 | 0 | 46 | 15 | 220 | 103 | 73 |
| Binary | 1010000 | 11011101 | 10001001 | 1000000 | 0 | 100110 | 1101 | 10010000 | 1000011 | 111011 |
Color Harmonies of #50DD89
Complementary color
Monochromatic Colors of #50DD89
Black with #50DD89
Text Example
Text Example
White with #50DD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DD89; }
p { color: rgb(80,221,137); }
H1.HeaderClassName
{
color: #50DD89;
}
.AnyTagClassName
{
color: #50DD89;
}
</style>
background-color css
<style>
a { background-color: #50DD89; }
a { background-color: rgb(80,221,137); }
div.DivClassName
{
background-color: #50DD89;
}
.BgClassName
{
background-color: #50DD89;
}
</style>
border-color css
<style>
span { border-color: #50DD89; }
span { border-color: rgb(80,221,137); }
td.TdClassName
{
border-color: #50DD89;
}
.TagClassName
{
border-color: #50DD89;
}
</style>