Shades of Emerald #50BE7A
Tints of Emerald #50BE7A
RGB
CMYK
RGB Variations
Color information
#50BE7A (or 0x50BE7A) is known color: Emerald. HEX triplet: 50, BE and 7A. RGB value is (80,190,122). Sum of RGB (Red+Green+Blue) = 80+190+122=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 190 (74.61% from 255 or 48.47% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BE7A is #AF4185. Grayscale: #959595. Windows color (decimal): -11485574 or 8044112. OLE color: 8044112.
HSL color Cylindrical-coordinate representation of color #50BE7A: hue angle of 142.91º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BE7A is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 190 | 122 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.25 |
| HSL | 142.91º | 0.46% | 0.53% | - |
| HSV(B) | 142.91º | 0.58% | 0.75% | - |
| XYZ | 25.23 | 39.94 | 24.79 | - |
| YUV | 149.36 | 112.56 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 190 | 122 | 0.58 | 0 | 0.36 | 0.25 | 142.91 | 0.46 | 0.53 |
| Hex | 50 | BE | 7A | 3A | 0 | 24 | 19 | 8F | 2E | 35 |
| Octal | 120 | 276 | 172 | 72 | 0 | 44 | 31 | 217 | 56 | 65 |
| Binary | 1010000 | 10111110 | 1111010 | 111010 | 0 | 100100 | 11001 | 10001111 | 101110 | 110101 |
Color Harmonies of #50BE7A
Complementary color
Monochromatic Colors of #50BE7A
Black with #50BE7A
Text Example
Text Example
White with #50BE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BE7A; }
p { color: rgb(80,190,122); }
H1.HeaderClassName
{
color: #50BE7A;
}
.AnyTagClassName
{
color: #50BE7A;
}
</style>
background-color css
<style>
a { background-color: #50BE7A; }
a { background-color: rgb(80,190,122); }
div.DivClassName
{
background-color: #50BE7A;
}
.BgClassName
{
background-color: #50BE7A;
}
</style>
border-color css
<style>
span { border-color: #50BE7A; }
span { border-color: rgb(80,190,122); }
td.TdClassName
{
border-color: #50BE7A;
}
.TagClassName
{
border-color: #50BE7A;
}
</style>