Shades of Emerald #4FBC70
Tints of Emerald #4FBC70
RGB
CMYK
RGB Variations
Color information
#4FBC70 (or 0x4FBC70) is known color: Emerald. HEX triplet: 4F, BC and 70. RGB value is (79,188,112). Sum of RGB (Red+Green+Blue) = 79+188+112=379 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.84% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBC70 is #B0438F. Grayscale: #929292. Windows color (decimal): -11551632 or 7388239. OLE color: 7388239.
HSL color Cylindrical-coordinate representation of color #4FBC70: hue angle of 138.17º 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 #4FBC70 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 112 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.26 |
| HSL | 138.17º | 0.45% | 0.52% | - |
| HSV(B) | 138.17º | 0.58% | 0.74% | - |
| XYZ | 24.13 | 38.8 | 21.55 | - |
| YUV | 146.75 | 108.39 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 112 | 0.58 | 0 | 0.40 | 0.26 | 138.17 | 0.45 | 0.52 |
| Hex | 4F | BC | 70 | 3A | 0 | 28 | 1A | 8A | 2D | 34 |
| Octal | 117 | 274 | 160 | 72 | 0 | 50 | 32 | 212 | 55 | 64 |
| Binary | 1001111 | 10111100 | 1110000 | 111010 | 0 | 101000 | 11010 | 10001010 | 101101 | 110100 |
Color Harmonies of #4FBC70
Complementary color
Monochromatic Colors of #4FBC70
Black with #4FBC70
Text Example
Text Example
White with #4FBC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC70; }
p { color: rgb(79,188,112); }
H1.HeaderClassName
{
color: #4FBC70;
}
.AnyTagClassName
{
color: #4FBC70;
}
</style>
background-color css
<style>
a { background-color: #4FBC70; }
a { background-color: rgb(79,188,112); }
div.DivClassName
{
background-color: #4FBC70;
}
.BgClassName
{
background-color: #4FBC70;
}
</style>
border-color css
<style>
span { border-color: #4FBC70; }
span { border-color: rgb(79,188,112); }
td.TdClassName
{
border-color: #4FBC70;
}
.TagClassName
{
border-color: #4FBC70;
}
</style>