Shades of Emerald #50E56A
Tints of Emerald #50E56A
RGB
CMYK
RGB Variations
Color information
#50E56A (or 0x50E56A) is known color: Emerald. HEX triplet: 50, E5 and 6A. RGB value is (80,229,106). Sum of RGB (Red+Green+Blue) = 80+229+106=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 229 (89.84% from 255 or 55.18% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 229 - color contains mainly: green. Hex color #50E56A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E56A is #AF1A95. Grayscale: #AAAAAA. Windows color (decimal): -11475606 or 7005520. OLE color: 7005520.
HSL color Cylindrical-coordinate representation of color #50E56A: hue angle of 130.47º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E56A is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 229 | 106 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.10 |
| HSL | 130.47º | 0.74% | 0.61% | - |
| HSV(B) | 130.47º | 0.65% | 0.9% | - |
| XYZ | 33.93 | 58.78 | 23.19 | - |
| YUV | 170.43 | 91.64 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 229 | 106 | 0.65 | 0 | 0.54 | 0.10 | 130.47 | 0.74 | 0.61 |
| Hex | 50 | E5 | 6A | 41 | 0 | 36 | A | 82 | 4A | 3D |
| Octal | 120 | 345 | 152 | 101 | 0 | 66 | 12 | 202 | 112 | 75 |
| Binary | 1010000 | 11100101 | 1101010 | 1000001 | 0 | 110110 | 1010 | 10000010 | 1001010 | 111101 |
Color Harmonies of #50E56A
Complementary color
Monochromatic Colors of #50E56A
Black with #50E56A
Text Example
Text Example
White with #50E56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E56A; }
p { color: rgb(80,229,106); }
H1.HeaderClassName
{
color: #50E56A;
}
.AnyTagClassName
{
color: #50E56A;
}
</style>
background-color css
<style>
a { background-color: #50E56A; }
a { background-color: rgb(80,229,106); }
div.DivClassName
{
background-color: #50E56A;
}
.BgClassName
{
background-color: #50E56A;
}
</style>
border-color css
<style>
span { border-color: #50E56A; }
span { border-color: rgb(80,229,106); }
td.TdClassName
{
border-color: #50E56A;
}
.TagClassName
{
border-color: #50E56A;
}
</style>