Shades of Emerald #4FBC73
Tints of Emerald #4FBC73
RGB
CMYK
RGB Variations
Color information
#4FBC73 (or 0x4FBC73) is known color: Emerald. HEX triplet: 4F, BC and 73. RGB value is (79,188,115). Sum of RGB (Red+Green+Blue) = 79+188+115=382 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.68% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBC73 is #B0438C. Grayscale: #939393. Windows color (decimal): -11551629 or 7584847. OLE color: 7584847.
HSL color Cylindrical-coordinate representation of color #4FBC73: hue angle of 139.82º 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 #4FBC73 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 115 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.26 |
| HSL | 139.82º | 0.45% | 0.52% | - |
| HSV(B) | 139.82º | 0.58% | 0.74% | - |
| XYZ | 24.3 | 38.87 | 22.44 | - |
| YUV | 147.09 | 109.89 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 115 | 0.58 | 0 | 0.39 | 0.26 | 139.82 | 0.45 | 0.52 |
| Hex | 4F | BC | 73 | 3A | 0 | 27 | 1A | 8C | 2D | 34 |
| Octal | 117 | 274 | 163 | 72 | 0 | 47 | 32 | 214 | 55 | 64 |
| Binary | 1001111 | 10111100 | 1110011 | 111010 | 0 | 100111 | 11010 | 10001100 | 101101 | 110100 |
Color Harmonies of #4FBC73
Complementary color
Monochromatic Colors of #4FBC73
Black with #4FBC73
Text Example
Text Example
White with #4FBC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC73; }
p { color: rgb(79,188,115); }
H1.HeaderClassName
{
color: #4FBC73;
}
.AnyTagClassName
{
color: #4FBC73;
}
</style>
background-color css
<style>
a { background-color: #4FBC73; }
a { background-color: rgb(79,188,115); }
div.DivClassName
{
background-color: #4FBC73;
}
.BgClassName
{
background-color: #4FBC73;
}
</style>
border-color css
<style>
span { border-color: #4FBC73; }
span { border-color: rgb(79,188,115); }
td.TdClassName
{
border-color: #4FBC73;
}
.TagClassName
{
border-color: #4FBC73;
}
</style>