Shades of Emerald #50F08A
Tints of Emerald #50F08A
RGB
CMYK
RGB Variations
Color information
#50F08A (or 0x50F08A) is known color: Emerald. HEX triplet: 50, F0 and 8A. RGB value is (80,240,138). Sum of RGB (Red+Green+Blue) = 80+240+138=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 240 (94.14% from 255 or 52.40% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 240 - color contains mainly: green. Hex color #50F08A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F08A is #AF0F75. Grayscale: #B4B4B4. Windows color (decimal): -11472758 or 9105488. OLE color: 9105488.
HSL color Cylindrical-coordinate representation of color #50F08A: hue angle of 141.75º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F08A is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 240 | 138 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.06 |
| HSL | 141.75º | 0.84% | 0.63% | - |
| HSV(B) | 141.75º | 0.67% | 0.94% | - |
| XYZ | 39.06 | 65.86 | 34.7 | - |
| YUV | 180.53 | 103.99 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 240 | 138 | 0.67 | 0 | 0.42 | 0.06 | 141.75 | 0.84 | 0.63 |
| Hex | 50 | F0 | 8A | 43 | 0 | 2A | 6 | 8E | 54 | 3F |
| Octal | 120 | 360 | 212 | 103 | 0 | 52 | 6 | 216 | 124 | 77 |
| Binary | 1010000 | 11110000 | 10001010 | 1000011 | 0 | 101010 | 110 | 10001110 | 1010100 | 111111 |
Color Harmonies of #50F08A
Complementary color
Monochromatic Colors of #50F08A
Black with #50F08A
Text Example
Text Example
White with #50F08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F08A; }
p { color: rgb(80,240,138); }
H1.HeaderClassName
{
color: #50F08A;
}
.AnyTagClassName
{
color: #50F08A;
}
</style>
background-color css
<style>
a { background-color: #50F08A; }
a { background-color: rgb(80,240,138); }
div.DivClassName
{
background-color: #50F08A;
}
.BgClassName
{
background-color: #50F08A;
}
</style>
border-color css
<style>
span { border-color: #50F08A; }
span { border-color: rgb(80,240,138); }
td.TdClassName
{
border-color: #50F08A;
}
.TagClassName
{
border-color: #50F08A;
}
</style>