Shades of Emerald #4FBC76
Tints of Emerald #4FBC76
RGB
CMYK
RGB Variations
Color information
#4FBC76 (or 0x4FBC76) is known color: Emerald. HEX triplet: 4F, BC and 76. RGB value is (79,188,118). Sum of RGB (Red+Green+Blue) = 79+188+118=385 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.52% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBC76 is #B04389. Grayscale: #939393. Windows color (decimal): -11551626 or 7781455. OLE color: 7781455.
HSL color Cylindrical-coordinate representation of color #4FBC76: hue angle of 141.47º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBC76 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 118 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.26 |
| HSL | 141.47º | 0.45% | 0.52% | - |
| HSV(B) | 141.47º | 0.58% | 0.74% | - |
| XYZ | 24.48 | 38.94 | 23.36 | - |
| YUV | 147.43 | 111.39 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 118 | 0.58 | 0 | 0.37 | 0.26 | 141.47 | 0.45 | 0.52 |
| Hex | 4F | BC | 76 | 3A | 0 | 25 | 1A | 8D | 2D | 34 |
| Octal | 117 | 274 | 166 | 72 | 0 | 45 | 32 | 215 | 55 | 64 |
| Binary | 1001111 | 10111100 | 1110110 | 111010 | 0 | 100101 | 11010 | 10001101 | 101101 | 110100 |
Color Harmonies of #4FBC76
Complementary color
Monochromatic Colors of #4FBC76
Black with #4FBC76
Text Example
Text Example
White with #4FBC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC76; }
p { color: rgb(79,188,118); }
H1.HeaderClassName
{
color: #4FBC76;
}
.AnyTagClassName
{
color: #4FBC76;
}
</style>
background-color css
<style>
a { background-color: #4FBC76; }
a { background-color: rgb(79,188,118); }
div.DivClassName
{
background-color: #4FBC76;
}
.BgClassName
{
background-color: #4FBC76;
}
</style>
border-color css
<style>
span { border-color: #4FBC76; }
span { border-color: rgb(79,188,118); }
td.TdClassName
{
border-color: #4FBC76;
}
.TagClassName
{
border-color: #4FBC76;
}
</style>