Shades of Emerald #50CE89
Tints of Emerald #50CE89
RGB
CMYK
RGB Variations
Color information
#50CE89 (or 0x50CE89) is known color: Emerald. HEX triplet: 50, CE and 89. RGB value is (80,206,137). Sum of RGB (Red+Green+Blue) = 80+206+137=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CE89 is #AF3176. Grayscale: #A0A0A0. Windows color (decimal): -11481463 or 9031248. OLE color: 9031248.
HSL color Cylindrical-coordinate representation of color #50CE89: hue angle of 147.14º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CE89 is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 206 | 137 | - |
| CMYK | 0.61 | 0 | 0.33 | 0.19 |
| HSL | 147.14º | 0.56% | 0.56% | - |
| HSV(B) | 147.14º | 0.61% | 0.81% | - |
| XYZ | 29.89 | 47.65 | 31.29 | - |
| YUV | 160.46 | 114.76 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 137 | 0.61 | 0 | 0.33 | 0.19 | 147.14 | 0.56 | 0.56 |
| Hex | 50 | CE | 89 | 3D | 0 | 21 | 13 | 93 | 38 | 38 |
| Octal | 120 | 316 | 211 | 75 | 0 | 41 | 23 | 223 | 70 | 70 |
| Binary | 1010000 | 11001110 | 10001001 | 111101 | 0 | 100001 | 10011 | 10010011 | 111000 | 111000 |
Color Harmonies of #50CE89
Complementary color
Monochromatic Colors of #50CE89
Black with #50CE89
Text Example
Text Example
White with #50CE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CE89; }
p { color: rgb(80,206,137); }
H1.HeaderClassName
{
color: #50CE89;
}
.AnyTagClassName
{
color: #50CE89;
}
</style>
background-color css
<style>
a { background-color: #50CE89; }
a { background-color: rgb(80,206,137); }
div.DivClassName
{
background-color: #50CE89;
}
.BgClassName
{
background-color: #50CE89;
}
</style>
border-color css
<style>
span { border-color: #50CE89; }
span { border-color: rgb(80,206,137); }
td.TdClassName
{
border-color: #50CE89;
}
.TagClassName
{
border-color: #50CE89;
}
</style>