Shades of Emerald #50F38B
Tints of Emerald #50F38B
RGB
CMYK
RGB Variations
Color information
#50F38B (or 0x50F38B) is known color: Emerald. HEX triplet: 50, F3 and 8B. RGB value is (80,243,139). Sum of RGB (Red+Green+Blue) = 80+243+139=462 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.32% from 462); Green value is 243 (95.31% from 255 or 52.60% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 243 - color contains mainly: green. Hex color #50F38B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F38B is #AF0C74. Grayscale: #B6B6B6. Windows color (decimal): -11471989 or 9171792. OLE color: 9171792.
HSL color Cylindrical-coordinate representation of color #50F38B: hue angle of 141.72º degrees, saturation: 0.87, 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 #50F38B is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 243 | 139 | - |
| CMYK | 0.67 | 0 | 0.43 | 0.05 |
| HSL | 141.72º | 0.87% | 0.63% | - |
| HSV(B) | 141.72º | 0.67% | 0.95% | - |
| XYZ | 40.02 | 67.67 | 35.38 | - |
| YUV | 182.41 | 103.5 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 243 | 139 | 0.67 | 0 | 0.43 | 0.05 | 141.72 | 0.87 | 0.63 |
| Hex | 50 | F3 | 8B | 43 | 0 | 2B | 5 | 8E | 57 | 3F |
| Octal | 120 | 363 | 213 | 103 | 0 | 53 | 5 | 216 | 127 | 77 |
| Binary | 1010000 | 11110011 | 10001011 | 1000011 | 0 | 101011 | 101 | 10001110 | 1010111 | 111111 |
Color Harmonies of #50F38B
Complementary color
Monochromatic Colors of #50F38B
Black with #50F38B
Text Example
Text Example
White with #50F38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F38B; }
p { color: rgb(80,243,139); }
H1.HeaderClassName
{
color: #50F38B;
}
.AnyTagClassName
{
color: #50F38B;
}
</style>
background-color css
<style>
a { background-color: #50F38B; }
a { background-color: rgb(80,243,139); }
div.DivClassName
{
background-color: #50F38B;
}
.BgClassName
{
background-color: #50F38B;
}
</style>
border-color css
<style>
span { border-color: #50F38B; }
span { border-color: rgb(80,243,139); }
td.TdClassName
{
border-color: #50F38B;
}
.TagClassName
{
border-color: #50F38B;
}
</style>