Shades of Emerald #50B974
Tints of Emerald #50B974
RGB
CMYK
RGB Variations
Color information
#50B974 (or 0x50B974) is known color: Emerald. HEX triplet: 50, B9 and 74. RGB value is (80,185,116). Sum of RGB (Red+Green+Blue) = 80+185+116=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 185 - color contains mainly: green. Hex color #50B974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B974 is #AF468B. Grayscale: #919191. Windows color (decimal): -11486860 or 7649616. OLE color: 7649616.
HSL color Cylindrical-coordinate representation of color #50B974: hue angle of 140.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B974 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 185 | 116 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.27 |
| HSL | 140.57º | 0.43% | 0.52% | - |
| HSV(B) | 140.57º | 0.57% | 0.73% | - |
| XYZ | 23.81 | 37.66 | 22.54 | - |
| YUV | 145.74 | 111.21 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 185 | 116 | 0.57 | 0 | 0.37 | 0.27 | 140.57 | 0.43 | 0.52 |
| Hex | 50 | B9 | 74 | 39 | 0 | 25 | 1B | 8D | 2B | 34 |
| Octal | 120 | 271 | 164 | 71 | 0 | 45 | 33 | 215 | 53 | 64 |
| Binary | 1010000 | 10111001 | 1110100 | 111001 | 0 | 100101 | 11011 | 10001101 | 101011 | 110100 |
Color Harmonies of #50B974
Complementary color
Monochromatic Colors of #50B974
Black with #50B974
Text Example
Text Example
White with #50B974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B974; }
p { color: rgb(80,185,116); }
H1.HeaderClassName
{
color: #50B974;
}
.AnyTagClassName
{
color: #50B974;
}
</style>
background-color css
<style>
a { background-color: #50B974; }
a { background-color: rgb(80,185,116); }
div.DivClassName
{
background-color: #50B974;
}
.BgClassName
{
background-color: #50B974;
}
</style>
border-color css
<style>
span { border-color: #50B974; }
span { border-color: rgb(80,185,116); }
td.TdClassName
{
border-color: #50B974;
}
.TagClassName
{
border-color: #50B974;
}
</style>