Shades of Emerald #50CA76
Tints of Emerald #50CA76
RGB
CMYK
RGB Variations
Color information
#50CA76 (or 0x50CA76) is known color: Emerald. HEX triplet: 50, CA and 76. RGB value is (80,202,118). Sum of RGB (Red+Green+Blue) = 80+202+118=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CA76 is #AF3589. Grayscale: #9C9C9C. Windows color (decimal): -11482506 or 7785040. OLE color: 7785040.
HSL color Cylindrical-coordinate representation of color #50CA76: hue angle of 138.69º 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 #50CA76 is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 202 | 118 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.21 |
| HSL | 138.69º | 0.54% | 0.55% | - |
| HSV(B) | 138.69º | 0.6% | 0.79% | - |
| XYZ | 27.7 | 45.25 | 24.41 | - |
| YUV | 155.95 | 106.58 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 118 | 0.60 | 0 | 0.42 | 0.21 | 138.69 | 0.54 | 0.55 |
| Hex | 50 | CA | 76 | 3C | 0 | 2A | 15 | 8B | 36 | 37 |
| Octal | 120 | 312 | 166 | 74 | 0 | 52 | 25 | 213 | 66 | 67 |
| Binary | 1010000 | 11001010 | 1110110 | 111100 | 0 | 101010 | 10101 | 10001011 | 110110 | 110111 |
Color Harmonies of #50CA76
Complementary color
Monochromatic Colors of #50CA76
Black with #50CA76
Text Example
Text Example
White with #50CA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CA76; }
p { color: rgb(80,202,118); }
H1.HeaderClassName
{
color: #50CA76;
}
.AnyTagClassName
{
color: #50CA76;
}
</style>
background-color css
<style>
a { background-color: #50CA76; }
a { background-color: rgb(80,202,118); }
div.DivClassName
{
background-color: #50CA76;
}
.BgClassName
{
background-color: #50CA76;
}
</style>
border-color css
<style>
span { border-color: #50CA76; }
span { border-color: rgb(80,202,118); }
td.TdClassName
{
border-color: #50CA76;
}
.TagClassName
{
border-color: #50CA76;
}
</style>