Shades of Emerald #50C975
Tints of Emerald #50C975
RGB
CMYK
RGB Variations
Color information
#50C975 (or 0x50C975) is known color: Emerald. HEX triplet: 50, C9 and 75. RGB value is (80,201,117). Sum of RGB (Red+Green+Blue) = 80+201+117=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 201 (78.91% from 255 or 50.50% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 201 - color contains mainly: green. Hex color #50C975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C975 is #AF368A. Grayscale: #9B9B9B. Windows color (decimal): -11482763 or 7719248. OLE color: 7719248.
HSL color Cylindrical-coordinate representation of color #50C975: hue angle of 138.35º 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 #50C975 is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 201 | 117 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.21 |
| HSL | 138.35º | 0.53% | 0.55% | - |
| HSV(B) | 138.35º | 0.6% | 0.79% | - |
| XYZ | 27.41 | 44.76 | 24.03 | - |
| YUV | 155.25 | 106.41 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 201 | 117 | 0.60 | 0 | 0.42 | 0.21 | 138.35 | 0.53 | 0.55 |
| Hex | 50 | C9 | 75 | 3C | 0 | 2A | 15 | 8A | 35 | 37 |
| Octal | 120 | 311 | 165 | 74 | 0 | 52 | 25 | 212 | 65 | 67 |
| Binary | 1010000 | 11001001 | 1110101 | 111100 | 0 | 101010 | 10101 | 10001010 | 110101 | 110111 |
Color Harmonies of #50C975
Complementary color
Monochromatic Colors of #50C975
Black with #50C975
Text Example
Text Example
White with #50C975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C975; }
p { color: rgb(80,201,117); }
H1.HeaderClassName
{
color: #50C975;
}
.AnyTagClassName
{
color: #50C975;
}
</style>
background-color css
<style>
a { background-color: #50C975; }
a { background-color: rgb(80,201,117); }
div.DivClassName
{
background-color: #50C975;
}
.BgClassName
{
background-color: #50C975;
}
</style>
border-color css
<style>
span { border-color: #50C975; }
span { border-color: rgb(80,201,117); }
td.TdClassName
{
border-color: #50C975;
}
.TagClassName
{
border-color: #50C975;
}
</style>