Shades of Emerald #4FBC7F
Tints of Emerald #4FBC7F
RGB
CMYK
RGB Variations
Color information
#4FBC7F (or 0x4FBC7F) is known color: Emerald. HEX triplet: 4F, BC and 7F. RGB value is (79,188,127). Sum of RGB (Red+Green+Blue) = 79+188+127=394 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20.05% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBC7F is #B04380. Grayscale: #949494. Windows color (decimal): -11551617 or 8371279. OLE color: 8371279.
HSL color Cylindrical-coordinate representation of color #4FBC7F: hue angle of 146.42º 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 #4FBC7F is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 127 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.26 |
| HSL | 146.42º | 0.45% | 0.52% | - |
| HSV(B) | 146.42º | 0.58% | 0.74% | - |
| XYZ | 25.04 | 39.16 | 26.32 | - |
| YUV | 148.46 | 115.89 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 127 | 0.58 | 0 | 0.32 | 0.26 | 146.42 | 0.45 | 0.52 |
| Hex | 4F | BC | 7F | 3A | 0 | 20 | 1A | 92 | 2D | 34 |
| Octal | 117 | 274 | 177 | 72 | 0 | 40 | 32 | 222 | 55 | 64 |
| Binary | 1001111 | 10111100 | 1111111 | 111010 | 0 | 100000 | 11010 | 10010010 | 101101 | 110100 |
Color Harmonies of #4FBC7F
Complementary color
Monochromatic Colors of #4FBC7F
Black with #4FBC7F
Text Example
Text Example
White with #4FBC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC7F; }
p { color: rgb(79,188,127); }
H1.HeaderClassName
{
color: #4FBC7F;
}
.AnyTagClassName
{
color: #4FBC7F;
}
</style>
background-color css
<style>
a { background-color: #4FBC7F; }
a { background-color: rgb(79,188,127); }
div.DivClassName
{
background-color: #4FBC7F;
}
.BgClassName
{
background-color: #4FBC7F;
}
</style>
border-color css
<style>
span { border-color: #4FBC7F; }
span { border-color: rgb(79,188,127); }
td.TdClassName
{
border-color: #4FBC7F;
}
.TagClassName
{
border-color: #4FBC7F;
}
</style>