Shades of Emerald #50BF7B
Tints of Emerald #50BF7B
RGB
CMYK
RGB Variations
Color information
#50BF7B (or 0x50BF7B) is known color: Emerald. HEX triplet: 50, BF and 7B. RGB value is (80,191,123). Sum of RGB (Red+Green+Blue) = 80+191+123=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BF7B is #AF4084. Grayscale: #969696. Windows color (decimal): -11485317 or 8109904. OLE color: 8109904.
HSL color Cylindrical-coordinate representation of color #50BF7B: hue angle of 143.24º 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 #50BF7B is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 191 | 123 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.25 |
| HSL | 143.24º | 0.46% | 0.53% | - |
| HSV(B) | 143.24º | 0.58% | 0.75% | - |
| XYZ | 25.51 | 40.4 | 25.19 | - |
| YUV | 150.06 | 112.73 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 191 | 123 | 0.58 | 0 | 0.36 | 0.25 | 143.24 | 0.46 | 0.53 |
| Hex | 50 | BF | 7B | 3A | 0 | 24 | 19 | 8F | 2E | 35 |
| Octal | 120 | 277 | 173 | 72 | 0 | 44 | 31 | 217 | 56 | 65 |
| Binary | 1010000 | 10111111 | 1111011 | 111010 | 0 | 100100 | 11001 | 10001111 | 101110 | 110101 |
Color Harmonies of #50BF7B
Complementary color
Monochromatic Colors of #50BF7B
Black with #50BF7B
Text Example
Text Example
White with #50BF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BF7B; }
p { color: rgb(80,191,123); }
H1.HeaderClassName
{
color: #50BF7B;
}
.AnyTagClassName
{
color: #50BF7B;
}
</style>
background-color css
<style>
a { background-color: #50BF7B; }
a { background-color: rgb(80,191,123); }
div.DivClassName
{
background-color: #50BF7B;
}
.BgClassName
{
background-color: #50BF7B;
}
</style>
border-color css
<style>
span { border-color: #50BF7B; }
span { border-color: rgb(80,191,123); }
td.TdClassName
{
border-color: #50BF7B;
}
.TagClassName
{
border-color: #50BF7B;
}
</style>