Shades of Emerald #50CE80
Tints of Emerald #50CE80
RGB
CMYK
RGB Variations
Color information
#50CE80 (or 0x50CE80) is known color: Emerald. HEX triplet: 50, CE and 80. RGB value is (80,206,128). Sum of RGB (Red+Green+Blue) = 80+206+128=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 206 (80.86% from 255 or 49.76% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CE80 is #AF317F. Grayscale: #9F9F9F. Windows color (decimal): -11481472 or 8441424. OLE color: 8441424.
HSL color Cylindrical-coordinate representation of color #50CE80: hue angle of 142.86º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CE80 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 206 | 128 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.19 |
| HSL | 142.86º | 0.56% | 0.56% | - |
| HSV(B) | 142.86º | 0.61% | 0.81% | - |
| XYZ | 29.28 | 47.41 | 28.03 | - |
| YUV | 159.43 | 110.26 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 128 | 0.61 | 0 | 0.38 | 0.19 | 142.86 | 0.56 | 0.56 |
| Hex | 50 | CE | 80 | 3D | 0 | 26 | 13 | 8F | 38 | 38 |
| Octal | 120 | 316 | 200 | 75 | 0 | 46 | 23 | 217 | 70 | 70 |
| Binary | 1010000 | 11001110 | 10000000 | 111101 | 0 | 100110 | 10011 | 10001111 | 111000 | 111000 |
Color Harmonies of #50CE80
Complementary color
Monochromatic Colors of #50CE80
Black with #50CE80
Text Example
Text Example
White with #50CE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CE80; }
p { color: rgb(80,206,128); }
H1.HeaderClassName
{
color: #50CE80;
}
.AnyTagClassName
{
color: #50CE80;
}
</style>
background-color css
<style>
a { background-color: #50CE80; }
a { background-color: rgb(80,206,128); }
div.DivClassName
{
background-color: #50CE80;
}
.BgClassName
{
background-color: #50CE80;
}
</style>
border-color css
<style>
span { border-color: #50CE80; }
span { border-color: rgb(80,206,128); }
td.TdClassName
{
border-color: #50CE80;
}
.TagClassName
{
border-color: #50CE80;
}
</style>