Shades of Emerald #50BC68
Tints of Emerald #50BC68
RGB
CMYK
RGB Variations
Color information
#50BC68 (or 0x50BC68) is known color: Emerald. HEX triplet: 50, BC and 68. RGB value is (80,188,104). Sum of RGB (Red+Green+Blue) = 80+188+104=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BC68 is #AF4397. Grayscale: #929292. Windows color (decimal): -11486104 or 6863952. OLE color: 6863952.
HSL color Cylindrical-coordinate representation of color #50BC68: hue angle of 133.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BC68 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 188 | 104 | - |
| CMYK | 0.57 | 0 | 0.45 | 0.26 |
| HSL | 133.33º | 0.45% | 0.53% | - |
| HSV(B) | 133.33º | 0.57% | 0.74% | - |
| XYZ | 23.79 | 38.67 | 19.31 | - |
| YUV | 146.13 | 104.22 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 104 | 0.57 | 0 | 0.45 | 0.26 | 133.33 | 0.45 | 0.53 |
| Hex | 50 | BC | 68 | 39 | 0 | 2D | 1A | 85 | 2D | 35 |
| Octal | 120 | 274 | 150 | 71 | 0 | 55 | 32 | 205 | 55 | 65 |
| Binary | 1010000 | 10111100 | 1101000 | 111001 | 0 | 101101 | 11010 | 10000101 | 101101 | 110101 |
Color Harmonies of #50BC68
Complementary color
Monochromatic Colors of #50BC68
Black with #50BC68
Text Example
Text Example
White with #50BC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BC68; }
p { color: rgb(80,188,104); }
H1.HeaderClassName
{
color: #50BC68;
}
.AnyTagClassName
{
color: #50BC68;
}
</style>
background-color css
<style>
a { background-color: #50BC68; }
a { background-color: rgb(80,188,104); }
div.DivClassName
{
background-color: #50BC68;
}
.BgClassName
{
background-color: #50BC68;
}
</style>
border-color css
<style>
span { border-color: #50BC68; }
span { border-color: rgb(80,188,104); }
td.TdClassName
{
border-color: #50BC68;
}
.TagClassName
{
border-color: #50BC68;
}
</style>