Shades of Emerald #4FBC7A
Tints of Emerald #4FBC7A
RGB
CMYK
RGB Variations
Color information
#4FBC7A (or 0x4FBC7A) is known color: Emerald. HEX triplet: 4F, BC and 7A. RGB value is (79,188,122). Sum of RGB (Red+Green+Blue) = 79+188+122=389 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.31% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBC7A is #B04385. Grayscale: #949494. Windows color (decimal): -11551622 or 8043599. OLE color: 8043599.
HSL color Cylindrical-coordinate representation of color #4FBC7A: hue angle of 143.67º 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 #4FBC7A is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 122 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.26 |
| HSL | 143.67º | 0.45% | 0.52% | - |
| HSV(B) | 143.67º | 0.58% | 0.74% | - |
| XYZ | 24.72 | 39.03 | 24.64 | - |
| YUV | 147.89 | 113.39 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 122 | 0.58 | 0 | 0.35 | 0.26 | 143.67 | 0.45 | 0.52 |
| Hex | 4F | BC | 7A | 3A | 0 | 23 | 1A | 90 | 2D | 34 |
| Octal | 117 | 274 | 172 | 72 | 0 | 43 | 32 | 220 | 55 | 64 |
| Binary | 1001111 | 10111100 | 1111010 | 111010 | 0 | 100011 | 11010 | 10010000 | 101101 | 110100 |
Color Harmonies of #4FBC7A
Complementary color
Monochromatic Colors of #4FBC7A
Black with #4FBC7A
Text Example
Text Example
White with #4FBC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC7A; }
p { color: rgb(79,188,122); }
H1.HeaderClassName
{
color: #4FBC7A;
}
.AnyTagClassName
{
color: #4FBC7A;
}
</style>
background-color css
<style>
a { background-color: #4FBC7A; }
a { background-color: rgb(79,188,122); }
div.DivClassName
{
background-color: #4FBC7A;
}
.BgClassName
{
background-color: #4FBC7A;
}
</style>
border-color css
<style>
span { border-color: #4FBC7A; }
span { border-color: rgb(79,188,122); }
td.TdClassName
{
border-color: #4FBC7A;
}
.TagClassName
{
border-color: #4FBC7A;
}
</style>