Shades of Emerald #50BD68
Tints of Emerald #50BD68
RGB
CMYK
RGB Variations
Color information
#50BD68 (or 0x50BD68) is known color: Emerald. HEX triplet: 50, BD and 68. RGB value is (80,189,104). Sum of RGB (Red+Green+Blue) = 80+189+104=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BD68 is #AF4297. Grayscale: #929292. Windows color (decimal): -11485848 or 6864208. OLE color: 6864208.
HSL color Cylindrical-coordinate representation of color #50BD68: hue angle of 133.21º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BD68 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 189 | 104 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.26 |
| HSL | 133.21º | 0.45% | 0.53% | - |
| HSV(B) | 133.21º | 0.58% | 0.74% | - |
| XYZ | 24 | 39.1 | 19.38 | - |
| YUV | 146.72 | 103.89 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 189 | 104 | 0.58 | 0 | 0.45 | 0.26 | 133.21 | 0.45 | 0.53 |
| Hex | 50 | BD | 68 | 3A | 0 | 2D | 1A | 85 | 2D | 35 |
| Octal | 120 | 275 | 150 | 72 | 0 | 55 | 32 | 205 | 55 | 65 |
| Binary | 1010000 | 10111101 | 1101000 | 111010 | 0 | 101101 | 11010 | 10000101 | 101101 | 110101 |
Color Harmonies of #50BD68
Complementary color
Monochromatic Colors of #50BD68
Black with #50BD68
Text Example
Text Example
White with #50BD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BD68; }
p { color: rgb(80,189,104); }
H1.HeaderClassName
{
color: #50BD68;
}
.AnyTagClassName
{
color: #50BD68;
}
</style>
background-color css
<style>
a { background-color: #50BD68; }
a { background-color: rgb(80,189,104); }
div.DivClassName
{
background-color: #50BD68;
}
.BgClassName
{
background-color: #50BD68;
}
</style>
border-color css
<style>
span { border-color: #50BD68; }
span { border-color: rgb(80,189,104); }
td.TdClassName
{
border-color: #50BD68;
}
.TagClassName
{
border-color: #50BD68;
}
</style>