Shades of Emerald #50C970
Tints of Emerald #50C970
RGB
CMYK
RGB Variations
Color information
#50C970 (or 0x50C970) is known color: Emerald. HEX triplet: 50, C9 and 70. RGB value is (80,201,112). Sum of RGB (Red+Green+Blue) = 80+201+112=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 201 (78.91% from 255 or 51.15% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 201 - color contains mainly: green. Hex color #50C970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C970 is #AF368F. Grayscale: #9A9A9A. Windows color (decimal): -11482768 or 7391568. OLE color: 7391568.
HSL color Cylindrical-coordinate representation of color #50C970: hue angle of 135.87º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C970 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 201 | 112 | - |
| CMYK | 0.60 | 0 | 0.44 | 0.21 |
| HSL | 135.87º | 0.53% | 0.55% | - |
| HSV(B) | 135.87º | 0.6% | 0.79% | - |
| XYZ | 27.12 | 44.65 | 22.52 | - |
| YUV | 154.68 | 103.91 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 201 | 112 | 0.60 | 0 | 0.44 | 0.21 | 135.87 | 0.53 | 0.55 |
| Hex | 50 | C9 | 70 | 3C | 0 | 2C | 15 | 88 | 35 | 37 |
| Octal | 120 | 311 | 160 | 74 | 0 | 54 | 25 | 210 | 65 | 67 |
| Binary | 1010000 | 11001001 | 1110000 | 111100 | 0 | 101100 | 10101 | 10001000 | 110101 | 110111 |
Color Harmonies of #50C970
Complementary color
Monochromatic Colors of #50C970
Black with #50C970
Text Example
Text Example
White with #50C970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C970; }
p { color: rgb(80,201,112); }
H1.HeaderClassName
{
color: #50C970;
}
.AnyTagClassName
{
color: #50C970;
}
</style>
background-color css
<style>
a { background-color: #50C970; }
a { background-color: rgb(80,201,112); }
div.DivClassName
{
background-color: #50C970;
}
.BgClassName
{
background-color: #50C970;
}
</style>
border-color css
<style>
span { border-color: #50C970; }
span { border-color: rgb(80,201,112); }
td.TdClassName
{
border-color: #50C970;
}
.TagClassName
{
border-color: #50C970;
}
</style>