Shades of Emerald #4FBA87
Tints of Emerald #4FBA87
RGB
CMYK
RGB Variations
Color information
#4FBA87 (or 0x4FBA87) is known color: Emerald. HEX triplet: 4F, BA and 87. RGB value is (79,186,135). Sum of RGB (Red+Green+Blue) = 79+186+135=400 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.75% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBA87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBA87 is #B04578. Grayscale: #949494. Windows color (decimal): -11552121 or 8895055. OLE color: 8895055.
HSL color Cylindrical-coordinate representation of color #4FBA87: hue angle of 151.4º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBA87 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 186 | 135 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.27 |
| HSL | 151.4º | 0.44% | 0.52% | - |
| HSV(B) | 151.4º | 0.58% | 0.73% | - |
| XYZ | 25.16 | 38.53 | 29.03 | - |
| YUV | 148.19 | 120.55 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 135 | 0.58 | 0 | 0.27 | 0.27 | 151.4 | 0.44 | 0.52 |
| Hex | 4F | BA | 87 | 3A | 0 | 1B | 1B | 97 | 2C | 34 |
| Octal | 117 | 272 | 207 | 72 | 0 | 33 | 33 | 227 | 54 | 64 |
| Binary | 1001111 | 10111010 | 10000111 | 111010 | 0 | 11011 | 11011 | 10010111 | 101100 | 110100 |
Color Harmonies of #4FBA87
Complementary color
Monochromatic Colors of #4FBA87
Black with #4FBA87
Text Example
Text Example
White with #4FBA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBA87; }
p { color: rgb(79,186,135); }
H1.HeaderClassName
{
color: #4FBA87;
}
.AnyTagClassName
{
color: #4FBA87;
}
</style>
background-color css
<style>
a { background-color: #4FBA87; }
a { background-color: rgb(79,186,135); }
div.DivClassName
{
background-color: #4FBA87;
}
.BgClassName
{
background-color: #4FBA87;
}
</style>
border-color css
<style>
span { border-color: #4FBA87; }
span { border-color: rgb(79,186,135); }
td.TdClassName
{
border-color: #4FBA87;
}
.TagClassName
{
border-color: #4FBA87;
}
</style>