Shades of Emerald #50C889
Tints of Emerald #50C889
RGB
CMYK
RGB Variations
Color information
#50C889 (or 0x50C889) is known color: Emerald. HEX triplet: 50, C8 and 89. RGB value is (80,200,137). Sum of RGB (Red+Green+Blue) = 80+200+137=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 200 (78.52% from 255 or 47.96% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 200 - color contains mainly: green. Hex color #50C889 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C889 is #AF3776. Grayscale: #9D9D9D. Windows color (decimal): -11482999 or 9029712. OLE color: 9029712.
HSL color Cylindrical-coordinate representation of color #50C889: hue angle of 148.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C889 is Cyan = 0.6, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 200 | 137 | - |
| CMYK | 0.6 | 0 | 0.32 | 0.22 |
| HSL | 148.5º | 0.52% | 0.55% | - |
| HSV(B) | 148.5º | 0.6% | 0.78% | - |
| XYZ | 28.48 | 44.82 | 30.82 | - |
| YUV | 156.94 | 116.74 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 200 | 137 | 0.6 | 0 | 0.32 | 0.22 | 148.5 | 0.52 | 0.55 |
| Hex | 50 | C8 | 89 | 3C | 0 | 20 | 16 | 94 | 34 | 37 |
| Octal | 120 | 310 | 211 | 74 | 0 | 40 | 26 | 224 | 64 | 67 |
| Binary | 1010000 | 11001000 | 10001001 | 111100 | 0 | 100000 | 10110 | 10010100 | 110100 | 110111 |
Color Harmonies of #50C889
Complementary color
Monochromatic Colors of #50C889
Black with #50C889
Text Example
Text Example
White with #50C889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C889; }
p { color: rgb(80,200,137); }
H1.HeaderClassName
{
color: #50C889;
}
.AnyTagClassName
{
color: #50C889;
}
</style>
background-color css
<style>
a { background-color: #50C889; }
a { background-color: rgb(80,200,137); }
div.DivClassName
{
background-color: #50C889;
}
.BgClassName
{
background-color: #50C889;
}
</style>
border-color css
<style>
span { border-color: #50C889; }
span { border-color: rgb(80,200,137); }
td.TdClassName
{
border-color: #50C889;
}
.TagClassName
{
border-color: #50C889;
}
</style>