Shades of Emerald #50EE8B
Tints of Emerald #50EE8B
RGB
CMYK
RGB Variations
Color information
#50EE8B (or 0x50EE8B) is known color: Emerald. HEX triplet: 50, EE and 8B. RGB value is (80,238,139). Sum of RGB (Red+Green+Blue) = 80+238+139=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 238 (93.36% from 255 or 52.08% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 238 - color contains mainly: green. Hex color #50EE8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EE8B is #AF1174. Grayscale: #B3B3B3. Windows color (decimal): -11473269 or 9170512. OLE color: 9170512.
HSL color Cylindrical-coordinate representation of color #50EE8B: hue angle of 142.41º 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 #50EE8B is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 238 | 139 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.07 |
| HSL | 142.41º | 0.82% | 0.62% | - |
| HSV(B) | 142.41º | 0.66% | 0.93% | - |
| XYZ | 38.54 | 64.72 | 34.89 | - |
| YUV | 179.47 | 105.15 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 238 | 139 | 0.66 | 0 | 0.42 | 0.07 | 142.41 | 0.82 | 0.62 |
| Hex | 50 | EE | 8B | 42 | 0 | 2A | 7 | 8E | 52 | 3E |
| Octal | 120 | 356 | 213 | 102 | 0 | 52 | 7 | 216 | 122 | 76 |
| Binary | 1010000 | 11101110 | 10001011 | 1000010 | 0 | 101010 | 111 | 10001110 | 1010010 | 111110 |
Color Harmonies of #50EE8B
Complementary color
Monochromatic Colors of #50EE8B
Black with #50EE8B
Text Example
Text Example
White with #50EE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EE8B; }
p { color: rgb(80,238,139); }
H1.HeaderClassName
{
color: #50EE8B;
}
.AnyTagClassName
{
color: #50EE8B;
}
</style>
background-color css
<style>
a { background-color: #50EE8B; }
a { background-color: rgb(80,238,139); }
div.DivClassName
{
background-color: #50EE8B;
}
.BgClassName
{
background-color: #50EE8B;
}
</style>
border-color css
<style>
span { border-color: #50EE8B; }
span { border-color: rgb(80,238,139); }
td.TdClassName
{
border-color: #50EE8B;
}
.TagClassName
{
border-color: #50EE8B;
}
</style>