Shades of Emerald #50CA7C
Tints of Emerald #50CA7C
RGB
CMYK
RGB Variations
Color information
#50CA7C (or 0x50CA7C) is known color: Emerald. HEX triplet: 50, CA and 7C. RGB value is (80,202,124). Sum of RGB (Red+Green+Blue) = 80+202+124=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 202 (79.30% from 255 or 49.75% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CA7C is #AF3583. Grayscale: #9C9C9C. Windows color (decimal): -11482500 or 8178256. OLE color: 8178256.
HSL color Cylindrical-coordinate representation of color #50CA7C: hue angle of 141.64º 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 #50CA7C is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 202 | 124 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.21 |
| HSL | 141.64º | 0.54% | 0.55% | - |
| HSV(B) | 141.64º | 0.6% | 0.79% | - |
| XYZ | 28.07 | 45.4 | 26.35 | - |
| YUV | 156.63 | 109.58 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 124 | 0.60 | 0 | 0.39 | 0.21 | 141.64 | 0.54 | 0.55 |
| Hex | 50 | CA | 7C | 3C | 0 | 27 | 15 | 8E | 36 | 37 |
| Octal | 120 | 312 | 174 | 74 | 0 | 47 | 25 | 216 | 66 | 67 |
| Binary | 1010000 | 11001010 | 1111100 | 111100 | 0 | 100111 | 10101 | 10001110 | 110110 | 110111 |
Color Harmonies of #50CA7C
Complementary color
Monochromatic Colors of #50CA7C
Black with #50CA7C
Text Example
Text Example
White with #50CA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CA7C; }
p { color: rgb(80,202,124); }
H1.HeaderClassName
{
color: #50CA7C;
}
.AnyTagClassName
{
color: #50CA7C;
}
</style>
background-color css
<style>
a { background-color: #50CA7C; }
a { background-color: rgb(80,202,124); }
div.DivClassName
{
background-color: #50CA7C;
}
.BgClassName
{
background-color: #50CA7C;
}
</style>
border-color css
<style>
span { border-color: #50CA7C; }
span { border-color: rgb(80,202,124); }
td.TdClassName
{
border-color: #50CA7C;
}
.TagClassName
{
border-color: #50CA7C;
}
</style>