Shades of Emerald #4FBA85
Tints of Emerald #4FBA85
RGB
CMYK
RGB Variations
Color information
#4FBA85 (or 0x4FBA85) is known color: Emerald. HEX triplet: 4F, BA and 85. RGB value is (79,186,133). Sum of RGB (Red+Green+Blue) = 79+186+133=398 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.85% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBA85 is #B0457A. Grayscale: #949494. Windows color (decimal): -11552123 or 8763983. OLE color: 8763983.
HSL color Cylindrical-coordinate representation of color #4FBA85: hue angle of 150.28º 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 #4FBA85 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 186 | 133 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.27 |
| HSL | 150.28º | 0.44% | 0.52% | - |
| HSV(B) | 150.28º | 0.58% | 0.73% | - |
| XYZ | 25.02 | 38.47 | 28.3 | - |
| YUV | 147.97 | 119.55 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 133 | 0.58 | 0 | 0.28 | 0.27 | 150.28 | 0.44 | 0.52 |
| Hex | 4F | BA | 85 | 3A | 0 | 1C | 1B | 96 | 2C | 34 |
| Octal | 117 | 272 | 205 | 72 | 0 | 34 | 33 | 226 | 54 | 64 |
| Binary | 1001111 | 10111010 | 10000101 | 111010 | 0 | 11100 | 11011 | 10010110 | 101100 | 110100 |
Color Harmonies of #4FBA85
Complementary color
Monochromatic Colors of #4FBA85
Black with #4FBA85
Text Example
Text Example
White with #4FBA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBA85; }
p { color: rgb(79,186,133); }
H1.HeaderClassName
{
color: #4FBA85;
}
.AnyTagClassName
{
color: #4FBA85;
}
</style>
background-color css
<style>
a { background-color: #4FBA85; }
a { background-color: rgb(79,186,133); }
div.DivClassName
{
background-color: #4FBA85;
}
.BgClassName
{
background-color: #4FBA85;
}
</style>
border-color css
<style>
span { border-color: #4FBA85; }
span { border-color: rgb(79,186,133); }
td.TdClassName
{
border-color: #4FBA85;
}
.TagClassName
{
border-color: #4FBA85;
}
</style>