Shades of Emerald #50EE8D
Tints of Emerald #50EE8D
RGB
CMYK
RGB Variations
Color information
#50EE8D (or 0x50EE8D) is known color: Emerald. HEX triplet: 50, EE and 8D. RGB value is (80,238,141). Sum of RGB (Red+Green+Blue) = 80+238+141=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #50EE8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EE8D is #AF1172. Grayscale: #B3B3B3. Windows color (decimal): -11473267 or 9301584. OLE color: 9301584.
HSL color Cylindrical-coordinate representation of color #50EE8D: hue angle of 143.16º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EE8D is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 238 | 141 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.07 |
| HSL | 143.16º | 0.82% | 0.62% | - |
| HSV(B) | 143.16º | 0.66% | 0.93% | - |
| XYZ | 38.69 | 64.78 | 35.66 | - |
| YUV | 179.7 | 106.15 | 56.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 238 | 141 | 0.66 | 0 | 0.41 | 0.07 | 143.16 | 0.82 | 0.62 |
| Hex | 50 | EE | 8D | 42 | 0 | 29 | 7 | 8F | 52 | 3E |
| Octal | 120 | 356 | 215 | 102 | 0 | 51 | 7 | 217 | 122 | 76 |
| Binary | 1010000 | 11101110 | 10001101 | 1000010 | 0 | 101001 | 111 | 10001111 | 1010010 | 111110 |
Color Harmonies of #50EE8D
Complementary color
Monochromatic Colors of #50EE8D
Black with #50EE8D
Text Example
Text Example
White with #50EE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EE8D; }
p { color: rgb(80,238,141); }
H1.HeaderClassName
{
color: #50EE8D;
}
.AnyTagClassName
{
color: #50EE8D;
}
</style>
background-color css
<style>
a { background-color: #50EE8D; }
a { background-color: rgb(80,238,141); }
div.DivClassName
{
background-color: #50EE8D;
}
.BgClassName
{
background-color: #50EE8D;
}
</style>
border-color css
<style>
span { border-color: #50EE8D; }
span { border-color: rgb(80,238,141); }
td.TdClassName
{
border-color: #50EE8D;
}
.TagClassName
{
border-color: #50EE8D;
}
</style>