Shades of Emerald #50BE7E
Tints of Emerald #50BE7E
RGB
CMYK
RGB Variations
Color information
#50BE7E (or 0x50BE7E) is known color: Emerald. HEX triplet: 50, BE and 7E. RGB value is (80,190,126). Sum of RGB (Red+Green+Blue) = 80+190+126=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 190 (74.61% from 255 or 47.98% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BE7E is #AF4181. Grayscale: #959595. Windows color (decimal): -11485570 or 8306256. OLE color: 8306256.
HSL color Cylindrical-coordinate representation of color #50BE7E: hue angle of 145.09º 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 #50BE7E is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 190 | 126 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.25 |
| HSL | 145.09º | 0.46% | 0.53% | - |
| HSV(B) | 145.09º | 0.58% | 0.75% | - |
| XYZ | 25.49 | 40.04 | 26.12 | - |
| YUV | 149.81 | 114.56 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 190 | 126 | 0.58 | 0 | 0.34 | 0.25 | 145.09 | 0.46 | 0.53 |
| Hex | 50 | BE | 7E | 3A | 0 | 22 | 19 | 91 | 2E | 35 |
| Octal | 120 | 276 | 176 | 72 | 0 | 42 | 31 | 221 | 56 | 65 |
| Binary | 1010000 | 10111110 | 1111110 | 111010 | 0 | 100010 | 11001 | 10010001 | 101110 | 110101 |
Color Harmonies of #50BE7E
Complementary color
Monochromatic Colors of #50BE7E
Black with #50BE7E
Text Example
Text Example
White with #50BE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BE7E; }
p { color: rgb(80,190,126); }
H1.HeaderClassName
{
color: #50BE7E;
}
.AnyTagClassName
{
color: #50BE7E;
}
</style>
background-color css
<style>
a { background-color: #50BE7E; }
a { background-color: rgb(80,190,126); }
div.DivClassName
{
background-color: #50BE7E;
}
.BgClassName
{
background-color: #50BE7E;
}
</style>
border-color css
<style>
span { border-color: #50BE7E; }
span { border-color: rgb(80,190,126); }
td.TdClassName
{
border-color: #50BE7E;
}
.TagClassName
{
border-color: #50BE7E;
}
</style>