Shades of Emerald #50C083
Tints of Emerald #50C083
RGB
CMYK
RGB Variations
Color information
#50C083 (or 0x50C083) is known color: Emerald. HEX triplet: 50, C0 and 83. RGB value is (80,192,131). Sum of RGB (Red+Green+Blue) = 80+192+131=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #50C083 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C083 is #AF3F7C. Grayscale: #979797. Windows color (decimal): -11485053 or 8634448. OLE color: 8634448.
HSL color Cylindrical-coordinate representation of color #50C083: hue angle of 147.32º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50C083 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 192 | 131 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.25 |
| HSL | 147.32º | 0.47% | 0.53% | - |
| HSV(B) | 147.32º | 0.58% | 0.75% | - |
| XYZ | 26.25 | 41.04 | 28.01 | - |
| YUV | 151.56 | 116.39 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 192 | 131 | 0.58 | 0 | 0.32 | 0.25 | 147.32 | 0.47 | 0.53 |
| Hex | 50 | C0 | 83 | 3A | 0 | 20 | 19 | 93 | 2F | 35 |
| Octal | 120 | 300 | 203 | 72 | 0 | 40 | 31 | 223 | 57 | 65 |
| Binary | 1010000 | 11000000 | 10000011 | 111010 | 0 | 100000 | 11001 | 10010011 | 101111 | 110101 |
Color Harmonies of #50C083
Complementary color
Monochromatic Colors of #50C083
Black with #50C083
Text Example
Text Example
White with #50C083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C083; }
p { color: rgb(80,192,131); }
H1.HeaderClassName
{
color: #50C083;
}
.AnyTagClassName
{
color: #50C083;
}
</style>
background-color css
<style>
a { background-color: #50C083; }
a { background-color: rgb(80,192,131); }
div.DivClassName
{
background-color: #50C083;
}
.BgClassName
{
background-color: #50C083;
}
</style>
border-color css
<style>
span { border-color: #50C083; }
span { border-color: rgb(80,192,131); }
td.TdClassName
{
border-color: #50C083;
}
.TagClassName
{
border-color: #50C083;
}
</style>