Shades of Emerald #50F488
Tints of Emerald #50F488
RGB
CMYK
RGB Variations
Color information
#50F488 (or 0x50F488) is known color: Emerald. HEX triplet: 50, F4 and 88. RGB value is (80,244,136). Sum of RGB (Red+Green+Blue) = 80+244+136=460 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.39% from 460); Green value is 244 (95.70% from 255 or 53.04% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 244 - color contains mainly: green. Hex color #50F488 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F488 is #AF0B77. Grayscale: #B6B6B6. Windows color (decimal): -11471736 or 8975440. OLE color: 8975440.
HSL color Cylindrical-coordinate representation of color #50F488: hue angle of 140.49º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F488 is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 244 | 136 | - |
| CMYK | 0.67 | 0 | 0.44 | 0.04 |
| HSL | 140.49º | 0.88% | 0.64% | - |
| HSV(B) | 140.49º | 0.67% | 0.96% | - |
| XYZ | 40.1 | 68.18 | 34.34 | - |
| YUV | 182.65 | 101.67 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 244 | 136 | 0.67 | 0 | 0.44 | 0.04 | 140.49 | 0.88 | 0.64 |
| Hex | 50 | F4 | 88 | 43 | 0 | 2C | 4 | 8C | 58 | 40 |
| Octal | 120 | 364 | 210 | 103 | 0 | 54 | 4 | 214 | 130 | 100 |
| Binary | 1010000 | 11110100 | 10001000 | 1000011 | 0 | 101100 | 100 | 10001100 | 1011000 | 1000000 |
Color Harmonies of #50F488
Complementary color
Monochromatic Colors of #50F488
Black with #50F488
Text Example
Text Example
White with #50F488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F488; }
p { color: rgb(80,244,136); }
H1.HeaderClassName
{
color: #50F488;
}
.AnyTagClassName
{
color: #50F488;
}
</style>
background-color css
<style>
a { background-color: #50F488; }
a { background-color: rgb(80,244,136); }
div.DivClassName
{
background-color: #50F488;
}
.BgClassName
{
background-color: #50F488;
}
</style>
border-color css
<style>
span { border-color: #50F488; }
span { border-color: rgb(80,244,136); }
td.TdClassName
{
border-color: #50F488;
}
.TagClassName
{
border-color: #50F488;
}
</style>