Shades of Emerald #50E183
Tints of Emerald #50E183
RGB
CMYK
RGB Variations
Color information
#50E183 (or 0x50E183) is known color: Emerald. HEX triplet: 50, E1 and 83. RGB value is (80,225,131). Sum of RGB (Red+Green+Blue) = 80+225+131=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 225 (88.28% from 255 or 51.61% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 225 - color contains mainly: green. Hex color #50E183 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E183 is #AF1E7C. Grayscale: #ABABAB. Windows color (decimal): -11476605 or 8642896. OLE color: 8642896.
HSL color Cylindrical-coordinate representation of color #50E183: hue angle of 141.1º degrees, saturation: 0.71, 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 #50E183 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 225 | 131 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.12 |
| HSL | 141.1º | 0.71% | 0.6% | - |
| HSV(B) | 141.1º | 0.64% | 0.88% | - |
| XYZ | 34.33 | 57.19 | 30.7 | - |
| YUV | 170.93 | 105.46 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 225 | 131 | 0.64 | 0 | 0.42 | 0.12 | 141.1 | 0.71 | 0.6 |
| Hex | 50 | E1 | 83 | 40 | 0 | 2A | C | 8D | 47 | 3C |
| Octal | 120 | 341 | 203 | 100 | 0 | 52 | 14 | 215 | 107 | 74 |
| Binary | 1010000 | 11100001 | 10000011 | 1000000 | 0 | 101010 | 1100 | 10001101 | 1000111 | 111100 |
Color Harmonies of #50E183
Complementary color
Monochromatic Colors of #50E183
Black with #50E183
Text Example
Text Example
White with #50E183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E183; }
p { color: rgb(80,225,131); }
H1.HeaderClassName
{
color: #50E183;
}
.AnyTagClassName
{
color: #50E183;
}
</style>
background-color css
<style>
a { background-color: #50E183; }
a { background-color: rgb(80,225,131); }
div.DivClassName
{
background-color: #50E183;
}
.BgClassName
{
background-color: #50E183;
}
</style>
border-color css
<style>
span { border-color: #50E183; }
span { border-color: rgb(80,225,131); }
td.TdClassName
{
border-color: #50E183;
}
.TagClassName
{
border-color: #50E183;
}
</style>