Shades of Emerald #4FBA75
Tints of Emerald #4FBA75
RGB
CMYK
RGB Variations
Color information
#4FBA75 (or 0x4FBA75) is known color: Emerald. HEX triplet: 4F, BA and 75. RGB value is (79,186,117). Sum of RGB (Red+Green+Blue) = 79+186+117=382 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.68% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBA75 is #B0458A. Grayscale: #929292. Windows color (decimal): -11552139 or 7715407. OLE color: 7715407.
HSL color Cylindrical-coordinate representation of color #4FBA75: hue angle of 141.31º 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 #4FBA75 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 186 | 117 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.27 |
| HSL | 141.31º | 0.44% | 0.52% | - |
| HSV(B) | 141.31º | 0.58% | 0.73% | - |
| XYZ | 23.99 | 38.06 | 22.91 | - |
| YUV | 146.14 | 111.55 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 117 | 0.58 | 0 | 0.37 | 0.27 | 141.31 | 0.44 | 0.52 |
| Hex | 4F | BA | 75 | 3A | 0 | 25 | 1B | 8D | 2C | 34 |
| Octal | 117 | 272 | 165 | 72 | 0 | 45 | 33 | 215 | 54 | 64 |
| Binary | 1001111 | 10111010 | 1110101 | 111010 | 0 | 100101 | 11011 | 10001101 | 101100 | 110100 |
Color Harmonies of #4FBA75
Complementary color
Monochromatic Colors of #4FBA75
Black with #4FBA75
Text Example
Text Example
White with #4FBA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBA75; }
p { color: rgb(79,186,117); }
H1.HeaderClassName
{
color: #4FBA75;
}
.AnyTagClassName
{
color: #4FBA75;
}
</style>
background-color css
<style>
a { background-color: #4FBA75; }
a { background-color: rgb(79,186,117); }
div.DivClassName
{
background-color: #4FBA75;
}
.BgClassName
{
background-color: #4FBA75;
}
</style>
border-color css
<style>
span { border-color: #4FBA75; }
span { border-color: rgb(79,186,117); }
td.TdClassName
{
border-color: #4FBA75;
}
.TagClassName
{
border-color: #4FBA75;
}
</style>