Shades of Emerald #4FBC71
Tints of Emerald #4FBC71
RGB
CMYK
RGB Variations
Color information
#4FBC71 (or 0x4FBC71) is known color: Emerald. HEX triplet: 4F, BC and 71. RGB value is (79,188,113). Sum of RGB (Red+Green+Blue) = 79+188+113=380 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.79% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBC71 is #B0438E. Grayscale: #939393. Windows color (decimal): -11551631 or 7453775. OLE color: 7453775.
HSL color Cylindrical-coordinate representation of color #4FBC71: hue angle of 138.72º 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 #4FBC71 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 113 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.26 |
| HSL | 138.72º | 0.45% | 0.52% | - |
| HSV(B) | 138.72º | 0.58% | 0.74% | - |
| XYZ | 24.19 | 38.82 | 21.84 | - |
| YUV | 146.86 | 108.89 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 113 | 0.58 | 0 | 0.40 | 0.26 | 138.72 | 0.45 | 0.52 |
| Hex | 4F | BC | 71 | 3A | 0 | 28 | 1A | 8B | 2D | 34 |
| Octal | 117 | 274 | 161 | 72 | 0 | 50 | 32 | 213 | 55 | 64 |
| Binary | 1001111 | 10111100 | 1110001 | 111010 | 0 | 101000 | 11010 | 10001011 | 101101 | 110100 |
Color Harmonies of #4FBC71
Complementary color
Monochromatic Colors of #4FBC71
Black with #4FBC71
Text Example
Text Example
White with #4FBC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC71; }
p { color: rgb(79,188,113); }
H1.HeaderClassName
{
color: #4FBC71;
}
.AnyTagClassName
{
color: #4FBC71;
}
</style>
background-color css
<style>
a { background-color: #4FBC71; }
a { background-color: rgb(79,188,113); }
div.DivClassName
{
background-color: #4FBC71;
}
.BgClassName
{
background-color: #4FBC71;
}
</style>
border-color css
<style>
span { border-color: #4FBC71; }
span { border-color: rgb(79,188,113); }
td.TdClassName
{
border-color: #4FBC71;
}
.TagClassName
{
border-color: #4FBC71;
}
</style>