Shades of Emerald #50EA8B
Tints of Emerald #50EA8B
RGB
CMYK
RGB Variations
Color information
#50EA8B (or 0x50EA8B) is known color: Emerald. HEX triplet: 50, EA and 8B. RGB value is (80,234,139). Sum of RGB (Red+Green+Blue) = 80+234+139=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 234 (91.80% from 255 or 51.66% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 234 - color contains mainly: green. Hex color #50EA8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EA8B is #AF1574. Grayscale: #B1B1B1. Windows color (decimal): -11474293 or 9169488. OLE color: 9169488.
HSL color Cylindrical-coordinate representation of color #50EA8B: hue angle of 142.99º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EA8B is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 234 | 139 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.08 |
| HSL | 142.99º | 0.79% | 0.62% | - |
| HSV(B) | 142.99º | 0.66% | 0.92% | - |
| XYZ | 37.39 | 62.42 | 34.5 | - |
| YUV | 177.12 | 106.48 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 234 | 139 | 0.66 | 0 | 0.41 | 0.08 | 142.99 | 0.79 | 0.62 |
| Hex | 50 | EA | 8B | 42 | 0 | 29 | 8 | 8F | 4F | 3E |
| Octal | 120 | 352 | 213 | 102 | 0 | 51 | 10 | 217 | 117 | 76 |
| Binary | 1010000 | 11101010 | 10001011 | 1000010 | 0 | 101001 | 1000 | 10001111 | 1001111 | 111110 |
Color Harmonies of #50EA8B
Complementary color
Monochromatic Colors of #50EA8B
Black with #50EA8B
Text Example
Text Example
White with #50EA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EA8B; }
p { color: rgb(80,234,139); }
H1.HeaderClassName
{
color: #50EA8B;
}
.AnyTagClassName
{
color: #50EA8B;
}
</style>
background-color css
<style>
a { background-color: #50EA8B; }
a { background-color: rgb(80,234,139); }
div.DivClassName
{
background-color: #50EA8B;
}
.BgClassName
{
background-color: #50EA8B;
}
</style>
border-color css
<style>
span { border-color: #50EA8B; }
span { border-color: rgb(80,234,139); }
td.TdClassName
{
border-color: #50EA8B;
}
.TagClassName
{
border-color: #50EA8B;
}
</style>