Shades of Emerald #50E27A
Tints of Emerald #50E27A
RGB
CMYK
RGB Variations
Color information
#50E27A (or 0x50E27A) is known color: Emerald. HEX triplet: 50, E2 and 7A. RGB value is (80,226,122). Sum of RGB (Red+Green+Blue) = 80+226+122=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 226 (88.67% from 255 or 52.80% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 226 - color contains mainly: green. Hex color #50E27A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E27A is #AF1D85. Grayscale: #AAAAAA. Windows color (decimal): -11476358 or 8053328. OLE color: 8053328.
HSL color Cylindrical-coordinate representation of color #50E27A: hue angle of 137.26º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E27A is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 226 | 122 | - |
| CMYK | 0.65 | 0 | 0.46 | 0.11 |
| HSL | 137.26º | 0.72% | 0.6% | - |
| HSV(B) | 137.26º | 0.65% | 0.89% | - |
| XYZ | 34.02 | 57.5 | 27.72 | - |
| YUV | 170.49 | 100.63 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 226 | 122 | 0.65 | 0 | 0.46 | 0.11 | 137.26 | 0.72 | 0.6 |
| Hex | 50 | E2 | 7A | 41 | 0 | 2E | B | 89 | 48 | 3C |
| Octal | 120 | 342 | 172 | 101 | 0 | 56 | 13 | 211 | 110 | 74 |
| Binary | 1010000 | 11100010 | 1111010 | 1000001 | 0 | 101110 | 1011 | 10001001 | 1001000 | 111100 |
Color Harmonies of #50E27A
Complementary color
Monochromatic Colors of #50E27A
Black with #50E27A
Text Example
Text Example
White with #50E27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E27A; }
p { color: rgb(80,226,122); }
H1.HeaderClassName
{
color: #50E27A;
}
.AnyTagClassName
{
color: #50E27A;
}
</style>
background-color css
<style>
a { background-color: #50E27A; }
a { background-color: rgb(80,226,122); }
div.DivClassName
{
background-color: #50E27A;
}
.BgClassName
{
background-color: #50E27A;
}
</style>
border-color css
<style>
span { border-color: #50E27A; }
span { border-color: rgb(80,226,122); }
td.TdClassName
{
border-color: #50E27A;
}
.TagClassName
{
border-color: #50E27A;
}
</style>