Shades of Emerald #50C488
Tints of Emerald #50C488
RGB
CMYK
RGB Variations
Color information
#50C488 (or 0x50C488) is known color: Emerald. HEX triplet: 50, C4 and 88. RGB value is (80,196,136). Sum of RGB (Red+Green+Blue) = 80+196+136=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 196 (76.95% from 255 or 47.57% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 196 - color contains mainly: green. Hex color #50C488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C488 is #AF3B77. Grayscale: #9A9A9A. Windows color (decimal): -11484024 or 8963152. OLE color: 8963152.
HSL color Cylindrical-coordinate representation of color #50C488: hue angle of 148.97º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C488 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 196 | 136 | - |
| CMYK | 0.59 | 0 | 0.31 | 0.23 |
| HSL | 148.97º | 0.5% | 0.54% | - |
| HSV(B) | 148.97º | 0.59% | 0.77% | - |
| XYZ | 27.49 | 42.96 | 30.14 | - |
| YUV | 154.48 | 117.57 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 196 | 136 | 0.59 | 0 | 0.31 | 0.23 | 148.97 | 0.5 | 0.54 |
| Hex | 50 | C4 | 88 | 3B | 0 | 1F | 17 | 95 | 32 | 36 |
| Octal | 120 | 304 | 210 | 73 | 0 | 37 | 27 | 225 | 62 | 66 |
| Binary | 1010000 | 11000100 | 10001000 | 111011 | 0 | 11111 | 10111 | 10010101 | 110010 | 110110 |
Color Harmonies of #50C488
Complementary color
Monochromatic Colors of #50C488
Black with #50C488
Text Example
Text Example
White with #50C488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C488; }
p { color: rgb(80,196,136); }
H1.HeaderClassName
{
color: #50C488;
}
.AnyTagClassName
{
color: #50C488;
}
</style>
background-color css
<style>
a { background-color: #50C488; }
a { background-color: rgb(80,196,136); }
div.DivClassName
{
background-color: #50C488;
}
.BgClassName
{
background-color: #50C488;
}
</style>
border-color css
<style>
span { border-color: #50C488; }
span { border-color: rgb(80,196,136); }
td.TdClassName
{
border-color: #50C488;
}
.TagClassName
{
border-color: #50C488;
}
</style>