Shades of Emerald #50C58B
Tints of Emerald #50C58B
RGB
CMYK
RGB Variations
Color information
#50C58B (or 0x50C58B) is known color: Emerald. HEX triplet: 50, C5 and 8B. RGB value is (80,197,139). Sum of RGB (Red+Green+Blue) = 80+197+139=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #50C58B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C58B is #AF3A74. Grayscale: #9B9B9B. Windows color (decimal): -11483765 or 9160016. OLE color: 9160016.
HSL color Cylindrical-coordinate representation of color #50C58B: hue angle of 150.26º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C58B is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 197 | 139 | - |
| CMYK | 0.59 | 0 | 0.29 | 0.23 |
| HSL | 150.26º | 0.5% | 0.54% | - |
| HSV(B) | 150.26º | 0.59% | 0.77% | - |
| XYZ | 27.93 | 43.5 | 31.35 | - |
| YUV | 155.41 | 118.74 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 197 | 139 | 0.59 | 0 | 0.29 | 0.23 | 150.26 | 0.5 | 0.54 |
| Hex | 50 | C5 | 8B | 3B | 0 | 1D | 17 | 96 | 32 | 36 |
| Octal | 120 | 305 | 213 | 73 | 0 | 35 | 27 | 226 | 62 | 66 |
| Binary | 1010000 | 11000101 | 10001011 | 111011 | 0 | 11101 | 10111 | 10010110 | 110010 | 110110 |
Color Harmonies of #50C58B
Complementary color
Monochromatic Colors of #50C58B
Black with #50C58B
Text Example
Text Example
White with #50C58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C58B; }
p { color: rgb(80,197,139); }
H1.HeaderClassName
{
color: #50C58B;
}
.AnyTagClassName
{
color: #50C58B;
}
</style>
background-color css
<style>
a { background-color: #50C58B; }
a { background-color: rgb(80,197,139); }
div.DivClassName
{
background-color: #50C58B;
}
.BgClassName
{
background-color: #50C58B;
}
</style>
border-color css
<style>
span { border-color: #50C58B; }
span { border-color: rgb(80,197,139); }
td.TdClassName
{
border-color: #50C58B;
}
.TagClassName
{
border-color: #50C58B;
}
</style>