Shades of Emerald #50CA77
Tints of Emerald #50CA77
RGB
CMYK
RGB Variations
Color information
#50CA77 (or 0x50CA77) is known color: Emerald. HEX triplet: 50, CA and 77. RGB value is (80,202,119). Sum of RGB (Red+Green+Blue) = 80+202+119=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CA77 is #AF3588. Grayscale: #9C9C9C. Windows color (decimal): -11482505 or 7850576. OLE color: 7850576.
HSL color Cylindrical-coordinate representation of color #50CA77: hue angle of 139.18º degrees, saturation: 0.54, 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 #50CA77 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 202 | 119 | - |
| CMYK | 0.60 | 0 | 0.41 | 0.21 |
| HSL | 139.18º | 0.54% | 0.55% | - |
| HSV(B) | 139.18º | 0.6% | 0.79% | - |
| XYZ | 27.76 | 45.28 | 24.73 | - |
| YUV | 156.06 | 107.08 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 119 | 0.60 | 0 | 0.41 | 0.21 | 139.18 | 0.54 | 0.55 |
| Hex | 50 | CA | 77 | 3C | 0 | 29 | 15 | 8B | 36 | 37 |
| Octal | 120 | 312 | 167 | 74 | 0 | 51 | 25 | 213 | 66 | 67 |
| Binary | 1010000 | 11001010 | 1110111 | 111100 | 0 | 101001 | 10101 | 10001011 | 110110 | 110111 |
Color Harmonies of #50CA77
Complementary color
Monochromatic Colors of #50CA77
Black with #50CA77
Text Example
Text Example
White with #50CA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CA77; }
p { color: rgb(80,202,119); }
H1.HeaderClassName
{
color: #50CA77;
}
.AnyTagClassName
{
color: #50CA77;
}
</style>
background-color css
<style>
a { background-color: #50CA77; }
a { background-color: rgb(80,202,119); }
div.DivClassName
{
background-color: #50CA77;
}
.BgClassName
{
background-color: #50CA77;
}
</style>
border-color css
<style>
span { border-color: #50CA77; }
span { border-color: rgb(80,202,119); }
td.TdClassName
{
border-color: #50CA77;
}
.TagClassName
{
border-color: #50CA77;
}
</style>