Shades of Emerald #50ED88
Tints of Emerald #50ED88
RGB
CMYK
RGB Variations
Color information
#50ED88 (or 0x50ED88) is known color: Emerald. HEX triplet: 50, ED and 88. RGB value is (80,237,136). Sum of RGB (Red+Green+Blue) = 80+237+136=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 237 (92.97% from 255 or 52.32% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 237 - color contains mainly: green. Hex color #50ED88 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50ED88 is #AF1277. Grayscale: #B2B2B2. Windows color (decimal): -11473528 or 8973648. OLE color: 8973648.
HSL color Cylindrical-coordinate representation of color #50ED88: hue angle of 141.4º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50ED88 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 237 | 136 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.07 |
| HSL | 141.4º | 0.81% | 0.62% | - |
| HSV(B) | 141.4º | 0.66% | 0.93% | - |
| XYZ | 38.04 | 64.05 | 33.65 | - |
| YUV | 178.54 | 103.99 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 237 | 136 | 0.66 | 0 | 0.43 | 0.07 | 141.4 | 0.81 | 0.62 |
| Hex | 50 | ED | 88 | 42 | 0 | 2B | 7 | 8D | 51 | 3E |
| Octal | 120 | 355 | 210 | 102 | 0 | 53 | 7 | 215 | 121 | 76 |
| Binary | 1010000 | 11101101 | 10001000 | 1000010 | 0 | 101011 | 111 | 10001101 | 1010001 | 111110 |
Color Harmonies of #50ED88
Complementary color
Monochromatic Colors of #50ED88
Black with #50ED88
Text Example
Text Example
White with #50ED88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ED88; }
p { color: rgb(80,237,136); }
H1.HeaderClassName
{
color: #50ED88;
}
.AnyTagClassName
{
color: #50ED88;
}
</style>
background-color css
<style>
a { background-color: #50ED88; }
a { background-color: rgb(80,237,136); }
div.DivClassName
{
background-color: #50ED88;
}
.BgClassName
{
background-color: #50ED88;
}
</style>
border-color css
<style>
span { border-color: #50ED88; }
span { border-color: rgb(80,237,136); }
td.TdClassName
{
border-color: #50ED88;
}
.TagClassName
{
border-color: #50ED88;
}
</style>