Shades of Emerald #50F28B
Tints of Emerald #50F28B
RGB
CMYK
RGB Variations
Color information
#50F28B (or 0x50F28B) is known color: Emerald. HEX triplet: 50, F2 and 8B. RGB value is (80,242,139). Sum of RGB (Red+Green+Blue) = 80+242+139=461 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.35% from 461); Green value is 242 (94.92% from 255 or 52.49% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 242 - color contains mainly: green. Hex color #50F28B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F28B is #AF0D74. Grayscale: #B6B6B6. Windows color (decimal): -11472245 or 9171536. OLE color: 9171536.
HSL color Cylindrical-coordinate representation of color #50F28B: hue angle of 141.85º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F28B is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 242 | 139 | - |
| CMYK | 0.67 | 0 | 0.43 | 0.05 |
| HSL | 141.85º | 0.86% | 0.63% | - |
| HSV(B) | 141.85º | 0.67% | 0.95% | - |
| XYZ | 39.72 | 67.07 | 35.28 | - |
| YUV | 181.82 | 103.83 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 242 | 139 | 0.67 | 0 | 0.43 | 0.05 | 141.85 | 0.86 | 0.63 |
| Hex | 50 | F2 | 8B | 43 | 0 | 2B | 5 | 8E | 56 | 3F |
| Octal | 120 | 362 | 213 | 103 | 0 | 53 | 5 | 216 | 126 | 77 |
| Binary | 1010000 | 11110010 | 10001011 | 1000011 | 0 | 101011 | 101 | 10001110 | 1010110 | 111111 |
Color Harmonies of #50F28B
Complementary color
Monochromatic Colors of #50F28B
Black with #50F28B
Text Example
Text Example
White with #50F28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F28B; }
p { color: rgb(80,242,139); }
H1.HeaderClassName
{
color: #50F28B;
}
.AnyTagClassName
{
color: #50F28B;
}
</style>
background-color css
<style>
a { background-color: #50F28B; }
a { background-color: rgb(80,242,139); }
div.DivClassName
{
background-color: #50F28B;
}
.BgClassName
{
background-color: #50F28B;
}
</style>
border-color css
<style>
span { border-color: #50F28B; }
span { border-color: rgb(80,242,139); }
td.TdClassName
{
border-color: #50F28B;
}
.TagClassName
{
border-color: #50F28B;
}
</style>