Shades of Emerald #50E36B
Tints of Emerald #50E36B
RGB
CMYK
RGB Variations
Color information
#50E36B (or 0x50E36B) is known color: Emerald. HEX triplet: 50, E3 and 6B. RGB value is (80,227,107). Sum of RGB (Red+Green+Blue) = 80+227+107=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 227 (89.06% from 255 or 54.83% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 227 - color contains mainly: green. Hex color #50E36B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E36B is #AF1C94. Grayscale: #A9A9A9. Windows color (decimal): -11476117 or 7070544. OLE color: 7070544.
HSL color Cylindrical-coordinate representation of color #50E36B: hue angle of 131.02º 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 #50E36B is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 227 | 107 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.11 |
| HSL | 131.02º | 0.72% | 0.6% | - |
| HSV(B) | 131.02º | 0.65% | 0.89% | - |
| XYZ | 33.43 | 57.71 | 23.29 | - |
| YUV | 169.37 | 92.8 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 227 | 107 | 0.65 | 0 | 0.53 | 0.11 | 131.02 | 0.72 | 0.6 |
| Hex | 50 | E3 | 6B | 41 | 0 | 35 | B | 83 | 48 | 3C |
| Octal | 120 | 343 | 153 | 101 | 0 | 65 | 13 | 203 | 110 | 74 |
| Binary | 1010000 | 11100011 | 1101011 | 1000001 | 0 | 110101 | 1011 | 10000011 | 1001000 | 111100 |
Color Harmonies of #50E36B
Complementary color
Monochromatic Colors of #50E36B
Black with #50E36B
Text Example
Text Example
White with #50E36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E36B; }
p { color: rgb(80,227,107); }
H1.HeaderClassName
{
color: #50E36B;
}
.AnyTagClassName
{
color: #50E36B;
}
</style>
background-color css
<style>
a { background-color: #50E36B; }
a { background-color: rgb(80,227,107); }
div.DivClassName
{
background-color: #50E36B;
}
.BgClassName
{
background-color: #50E36B;
}
</style>
border-color css
<style>
span { border-color: #50E36B; }
span { border-color: rgb(80,227,107); }
td.TdClassName
{
border-color: #50E36B;
}
.TagClassName
{
border-color: #50E36B;
}
</style>