Shades of Emerald #50E06C
Tints of Emerald #50E06C
RGB
CMYK
RGB Variations
Color information
#50E06C (or 0x50E06C) is known color: Emerald. HEX triplet: 50, E0 and 6C. RGB value is (80,224,108). Sum of RGB (Red+Green+Blue) = 80+224+108=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 224 (87.89% from 255 or 54.37% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 224 - color contains mainly: green. Hex color #50E06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E06C is #AF1F93. Grayscale: #A8A8A8. Windows color (decimal): -11476884 or 7135312. OLE color: 7135312.
HSL color Cylindrical-coordinate representation of color #50E06C: hue angle of 131.67º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50E06C is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 224 | 108 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.12 |
| HSL | 131.67º | 0.7% | 0.6% | - |
| HSV(B) | 131.67º | 0.64% | 0.88% | - |
| XYZ | 32.67 | 56.1 | 23.29 | - |
| YUV | 167.72 | 94.29 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 224 | 108 | 0.64 | 0 | 0.52 | 0.12 | 131.67 | 0.7 | 0.6 |
| Hex | 50 | E0 | 6C | 40 | 0 | 34 | C | 84 | 46 | 3C |
| Octal | 120 | 340 | 154 | 100 | 0 | 64 | 14 | 204 | 106 | 74 |
| Binary | 1010000 | 11100000 | 1101100 | 1000000 | 0 | 110100 | 1100 | 10000100 | 1000110 | 111100 |
Color Harmonies of #50E06C
Complementary color
Monochromatic Colors of #50E06C
Black with #50E06C
Text Example
Text Example
White with #50E06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E06C; }
p { color: rgb(80,224,108); }
H1.HeaderClassName
{
color: #50E06C;
}
.AnyTagClassName
{
color: #50E06C;
}
</style>
background-color css
<style>
a { background-color: #50E06C; }
a { background-color: rgb(80,224,108); }
div.DivClassName
{
background-color: #50E06C;
}
.BgClassName
{
background-color: #50E06C;
}
</style>
border-color css
<style>
span { border-color: #50E06C; }
span { border-color: rgb(80,224,108); }
td.TdClassName
{
border-color: #50E06C;
}
.TagClassName
{
border-color: #50E06C;
}
</style>