Shades of Emerald #4FBA84
Tints of Emerald #4FBA84
RGB
CMYK
RGB Variations
Color information
#4FBA84 (or 0x4FBA84) is known color: Emerald. HEX triplet: 4F, BA and 84. RGB value is (79,186,132). Sum of RGB (Red+Green+Blue) = 79+186+132=397 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.90% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBA84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBA84 is #B0457B. Grayscale: #939393. Windows color (decimal): -11552124 or 8698447. OLE color: 8698447.
HSL color Cylindrical-coordinate representation of color #4FBA84: hue angle of 149.72º 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 #4FBA84 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 186 | 132 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.27 |
| HSL | 149.72º | 0.44% | 0.52% | - |
| HSV(B) | 149.72º | 0.58% | 0.73% | - |
| XYZ | 24.95 | 38.45 | 27.94 | - |
| YUV | 147.85 | 119.05 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 132 | 0.58 | 0 | 0.29 | 0.27 | 149.72 | 0.44 | 0.52 |
| Hex | 4F | BA | 84 | 3A | 0 | 1D | 1B | 96 | 2C | 34 |
| Octal | 117 | 272 | 204 | 72 | 0 | 35 | 33 | 226 | 54 | 64 |
| Binary | 1001111 | 10111010 | 10000100 | 111010 | 0 | 11101 | 11011 | 10010110 | 101100 | 110100 |
Color Harmonies of #4FBA84
Complementary color
Monochromatic Colors of #4FBA84
Black with #4FBA84
Text Example
Text Example
White with #4FBA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBA84; }
p { color: rgb(79,186,132); }
H1.HeaderClassName
{
color: #4FBA84;
}
.AnyTagClassName
{
color: #4FBA84;
}
</style>
background-color css
<style>
a { background-color: #4FBA84; }
a { background-color: rgb(79,186,132); }
div.DivClassName
{
background-color: #4FBA84;
}
.BgClassName
{
background-color: #4FBA84;
}
</style>
border-color css
<style>
span { border-color: #4FBA84; }
span { border-color: rgb(79,186,132); }
td.TdClassName
{
border-color: #4FBA84;
}
.TagClassName
{
border-color: #4FBA84;
}
</style>