Shades of Emerald #50BE75
Tints of Emerald #50BE75
RGB
CMYK
RGB Variations
Color information
#50BE75 (or 0x50BE75) is known color: Emerald. HEX triplet: 50, BE and 75. RGB value is (80,190,117). Sum of RGB (Red+Green+Blue) = 80+190+117=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BE75 is #AF418A. Grayscale: #949494. Windows color (decimal): -11485579 or 7716432. OLE color: 7716432.
HSL color Cylindrical-coordinate representation of color #50BE75: hue angle of 140.18º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BE75 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 190 | 117 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.25 |
| HSL | 140.18º | 0.46% | 0.53% | - |
| HSV(B) | 140.18º | 0.58% | 0.75% | - |
| XYZ | 24.93 | 39.82 | 23.2 | - |
| YUV | 148.79 | 110.06 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 190 | 117 | 0.58 | 0 | 0.38 | 0.25 | 140.18 | 0.46 | 0.53 |
| Hex | 50 | BE | 75 | 3A | 0 | 26 | 19 | 8C | 2E | 35 |
| Octal | 120 | 276 | 165 | 72 | 0 | 46 | 31 | 214 | 56 | 65 |
| Binary | 1010000 | 10111110 | 1110101 | 111010 | 0 | 100110 | 11001 | 10001100 | 101110 | 110101 |
Color Harmonies of #50BE75
Complementary color
Monochromatic Colors of #50BE75
Black with #50BE75
Text Example
Text Example
White with #50BE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BE75; }
p { color: rgb(80,190,117); }
H1.HeaderClassName
{
color: #50BE75;
}
.AnyTagClassName
{
color: #50BE75;
}
</style>
background-color css
<style>
a { background-color: #50BE75; }
a { background-color: rgb(80,190,117); }
div.DivClassName
{
background-color: #50BE75;
}
.BgClassName
{
background-color: #50BE75;
}
</style>
border-color css
<style>
span { border-color: #50BE75; }
span { border-color: rgb(80,190,117); }
td.TdClassName
{
border-color: #50BE75;
}
.TagClassName
{
border-color: #50BE75;
}
</style>