Shades of Emerald #50E36C
Tints of Emerald #50E36C
RGB
CMYK
RGB Variations
Color information
#50E36C (or 0x50E36C) is known color: Emerald. HEX triplet: 50, E3 and 6C. RGB value is (80,227,108). Sum of RGB (Red+Green+Blue) = 80+227+108=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 227 (89.06% from 255 or 54.70% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 227 - color contains mainly: green. Hex color #50E36C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E36C is #AF1C93. Grayscale: #A9A9A9. Windows color (decimal): -11476116 or 7136080. OLE color: 7136080.
HSL color Cylindrical-coordinate representation of color #50E36C: hue angle of 131.43º 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 #50E36C is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 227 | 108 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.11 |
| HSL | 131.43º | 0.72% | 0.6% | - |
| HSV(B) | 131.43º | 0.65% | 0.89% | - |
| XYZ | 33.48 | 57.73 | 23.56 | - |
| YUV | 169.48 | 93.3 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 227 | 108 | 0.65 | 0 | 0.52 | 0.11 | 131.43 | 0.72 | 0.6 |
| Hex | 50 | E3 | 6C | 41 | 0 | 34 | B | 83 | 48 | 3C |
| Octal | 120 | 343 | 154 | 101 | 0 | 64 | 13 | 203 | 110 | 74 |
| Binary | 1010000 | 11100011 | 1101100 | 1000001 | 0 | 110100 | 1011 | 10000011 | 1001000 | 111100 |
Color Harmonies of #50E36C
Complementary color
Monochromatic Colors of #50E36C
Black with #50E36C
Text Example
Text Example
White with #50E36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E36C; }
p { color: rgb(80,227,108); }
H1.HeaderClassName
{
color: #50E36C;
}
.AnyTagClassName
{
color: #50E36C;
}
</style>
background-color css
<style>
a { background-color: #50E36C; }
a { background-color: rgb(80,227,108); }
div.DivClassName
{
background-color: #50E36C;
}
.BgClassName
{
background-color: #50E36C;
}
</style>
border-color css
<style>
span { border-color: #50E36C; }
span { border-color: rgb(80,227,108); }
td.TdClassName
{
border-color: #50E36C;
}
.TagClassName
{
border-color: #50E36C;
}
</style>