Shades of Emerald #50C775
Tints of Emerald #50C775
RGB
CMYK
RGB Variations
Color information
#50C775 (or 0x50C775) is known color: Emerald. HEX triplet: 50, C7 and 75. RGB value is (80,199,117). Sum of RGB (Red+Green+Blue) = 80+199+117=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 199 (78.12% from 255 or 50.25% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 199 - color contains mainly: green. Hex color #50C775 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C775 is #AF388A. Grayscale: #9A9A9A. Windows color (decimal): -11483275 or 7718736. OLE color: 7718736.
HSL color Cylindrical-coordinate representation of color #50C775: hue angle of 138.66º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C775 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 199 | 117 | - |
| CMYK | 0.60 | 0 | 0.41 | 0.22 |
| HSL | 138.66º | 0.52% | 0.55% | - |
| HSV(B) | 138.66º | 0.6% | 0.78% | - |
| XYZ | 26.94 | 43.84 | 23.87 | - |
| YUV | 154.07 | 107.08 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 199 | 117 | 0.60 | 0 | 0.41 | 0.22 | 138.66 | 0.52 | 0.55 |
| Hex | 50 | C7 | 75 | 3C | 0 | 29 | 16 | 8B | 34 | 37 |
| Octal | 120 | 307 | 165 | 74 | 0 | 51 | 26 | 213 | 64 | 67 |
| Binary | 1010000 | 11000111 | 1110101 | 111100 | 0 | 101001 | 10110 | 10001011 | 110100 | 110111 |
Color Harmonies of #50C775
Complementary color
Monochromatic Colors of #50C775
Black with #50C775
Text Example
Text Example
White with #50C775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C775; }
p { color: rgb(80,199,117); }
H1.HeaderClassName
{
color: #50C775;
}
.AnyTagClassName
{
color: #50C775;
}
</style>
background-color css
<style>
a { background-color: #50C775; }
a { background-color: rgb(80,199,117); }
div.DivClassName
{
background-color: #50C775;
}
.BgClassName
{
background-color: #50C775;
}
</style>
border-color css
<style>
span { border-color: #50C775; }
span { border-color: rgb(80,199,117); }
td.TdClassName
{
border-color: #50C775;
}
.TagClassName
{
border-color: #50C775;
}
</style>