Shades of Emerald #4FBA80
Tints of Emerald #4FBA80
RGB
CMYK
RGB Variations
Color information
#4FBA80 (or 0x4FBA80) is known color: Emerald. HEX triplet: 4F, BA and 80. RGB value is (79,186,128). Sum of RGB (Red+Green+Blue) = 79+186+128=393 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20.10% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBA80 is #B0457F. Grayscale: #939393. Windows color (decimal): -11552128 or 8436303. OLE color: 8436303.
HSL color Cylindrical-coordinate representation of color #4FBA80: hue angle of 147.48º 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 #4FBA80 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 186 | 128 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.27 |
| HSL | 147.48º | 0.44% | 0.52% | - |
| HSV(B) | 147.48º | 0.58% | 0.73% | - |
| XYZ | 24.68 | 38.34 | 26.52 | - |
| YUV | 147.4 | 117.05 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 128 | 0.58 | 0 | 0.31 | 0.27 | 147.48 | 0.44 | 0.52 |
| Hex | 4F | BA | 80 | 3A | 0 | 1F | 1B | 93 | 2C | 34 |
| Octal | 117 | 272 | 200 | 72 | 0 | 37 | 33 | 223 | 54 | 64 |
| Binary | 1001111 | 10111010 | 10000000 | 111010 | 0 | 11111 | 11011 | 10010011 | 101100 | 110100 |
Color Harmonies of #4FBA80
Complementary color
Monochromatic Colors of #4FBA80
Black with #4FBA80
Text Example
Text Example
White with #4FBA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBA80; }
p { color: rgb(79,186,128); }
H1.HeaderClassName
{
color: #4FBA80;
}
.AnyTagClassName
{
color: #4FBA80;
}
</style>
background-color css
<style>
a { background-color: #4FBA80; }
a { background-color: rgb(79,186,128); }
div.DivClassName
{
background-color: #4FBA80;
}
.BgClassName
{
background-color: #4FBA80;
}
</style>
border-color css
<style>
span { border-color: #4FBA80; }
span { border-color: rgb(79,186,128); }
td.TdClassName
{
border-color: #4FBA80;
}
.TagClassName
{
border-color: #4FBA80;
}
</style>