Shades of Emerald #50E67B
Tints of Emerald #50E67B
RGB
CMYK
RGB Variations
Color information
#50E67B (or 0x50E67B) is known color: Emerald. HEX triplet: 50, E6 and 7B. RGB value is (80,230,123). Sum of RGB (Red+Green+Blue) = 80+230+123=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 230 (90.23% from 255 or 53.12% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 230 - color contains mainly: green. Hex color #50E67B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E67B is #AF1984. Grayscale: #ADADAD. Windows color (decimal): -11475333 or 8119888. OLE color: 8119888.
HSL color Cylindrical-coordinate representation of color #50E67B: hue angle of 137.2º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E67B is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 230 | 123 | - |
| CMYK | 0.65 | 0 | 0.47 | 0.10 |
| HSL | 137.2º | 0.75% | 0.61% | - |
| HSV(B) | 137.2º | 0.65% | 0.9% | - |
| XYZ | 35.18 | 59.73 | 28.41 | - |
| YUV | 172.95 | 99.81 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 230 | 123 | 0.65 | 0 | 0.47 | 0.10 | 137.2 | 0.75 | 0.61 |
| Hex | 50 | E6 | 7B | 41 | 0 | 2F | A | 89 | 4B | 3D |
| Octal | 120 | 346 | 173 | 101 | 0 | 57 | 12 | 211 | 113 | 75 |
| Binary | 1010000 | 11100110 | 1111011 | 1000001 | 0 | 101111 | 1010 | 10001001 | 1001011 | 111101 |
Color Harmonies of #50E67B
Complementary color
Monochromatic Colors of #50E67B
Black with #50E67B
Text Example
Text Example
White with #50E67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E67B; }
p { color: rgb(80,230,123); }
H1.HeaderClassName
{
color: #50E67B;
}
.AnyTagClassName
{
color: #50E67B;
}
</style>
background-color css
<style>
a { background-color: #50E67B; }
a { background-color: rgb(80,230,123); }
div.DivClassName
{
background-color: #50E67B;
}
.BgClassName
{
background-color: #50E67B;
}
</style>
border-color css
<style>
span { border-color: #50E67B; }
span { border-color: rgb(80,230,123); }
td.TdClassName
{
border-color: #50E67B;
}
.TagClassName
{
border-color: #50E67B;
}
</style>