Shades of Emerald #50EB90
Tints of Emerald #50EB90
RGB
CMYK
RGB Variations
Color information
#50EB90 (or 0x50EB90) is known color: Emerald. HEX triplet: 50, EB and 90. RGB value is (80,235,144). Sum of RGB (Red+Green+Blue) = 80+235+144=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 235 (92.19% from 255 or 51.20% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 235 - color contains mainly: green. Hex color #50EB90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EB90 is #AF146F. Grayscale: #B2B2B2. Windows color (decimal): -11474032 or 9497424. OLE color: 9497424.
HSL color Cylindrical-coordinate representation of color #50EB90: hue angle of 144.77º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EB90 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 235 | 144 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.08 |
| HSL | 144.77º | 0.79% | 0.62% | - |
| HSV(B) | 144.77º | 0.66% | 0.92% | - |
| XYZ | 38.05 | 63.14 | 36.57 | - |
| YUV | 178.28 | 108.65 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 235 | 144 | 0.66 | 0 | 0.39 | 0.08 | 144.77 | 0.79 | 0.62 |
| Hex | 50 | EB | 90 | 42 | 0 | 27 | 8 | 91 | 4F | 3E |
| Octal | 120 | 353 | 220 | 102 | 0 | 47 | 10 | 221 | 117 | 76 |
| Binary | 1010000 | 11101011 | 10010000 | 1000010 | 0 | 100111 | 1000 | 10010001 | 1001111 | 111110 |
Color Harmonies of #50EB90
Complementary color
Monochromatic Colors of #50EB90
Black with #50EB90
Text Example
Text Example
White with #50EB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EB90; }
p { color: rgb(80,235,144); }
H1.HeaderClassName
{
color: #50EB90;
}
.AnyTagClassName
{
color: #50EB90;
}
</style>
background-color css
<style>
a { background-color: #50EB90; }
a { background-color: rgb(80,235,144); }
div.DivClassName
{
background-color: #50EB90;
}
.BgClassName
{
background-color: #50EB90;
}
</style>
border-color css
<style>
span { border-color: #50EB90; }
span { border-color: rgb(80,235,144); }
td.TdClassName
{
border-color: #50EB90;
}
.TagClassName
{
border-color: #50EB90;
}
</style>