Shades of Emerald #4FBD7A
Tints of Emerald #4FBD7A
RGB
CMYK
RGB Variations
Color information
#4FBD7A (or 0x4FBD7A) is known color: Emerald. HEX triplet: 4F, BD and 7A. RGB value is (79,189,122). Sum of RGB (Red+Green+Blue) = 79+189+122=390 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.26% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #4FBD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBD7A is #B04285. Grayscale: #949494. Windows color (decimal): -11551366 or 8043855. OLE color: 8043855.
HSL color Cylindrical-coordinate representation of color #4FBD7A: hue angle of 143.45º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBD7A is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 189 | 122 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.26 |
| HSL | 143.45º | 0.45% | 0.53% | - |
| HSV(B) | 143.45º | 0.58% | 0.74% | - |
| XYZ | 24.93 | 39.46 | 24.72 | - |
| YUV | 148.47 | 113.06 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 189 | 122 | 0.58 | 0 | 0.35 | 0.26 | 143.45 | 0.45 | 0.53 |
| Hex | 4F | BD | 7A | 3A | 0 | 23 | 1A | 8F | 2D | 35 |
| Octal | 117 | 275 | 172 | 72 | 0 | 43 | 32 | 217 | 55 | 65 |
| Binary | 1001111 | 10111101 | 1111010 | 111010 | 0 | 100011 | 11010 | 10001111 | 101101 | 110101 |
Color Harmonies of #4FBD7A
Complementary color
Monochromatic Colors of #4FBD7A
Black with #4FBD7A
Text Example
Text Example
White with #4FBD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBD7A; }
p { color: rgb(79,189,122); }
H1.HeaderClassName
{
color: #4FBD7A;
}
.AnyTagClassName
{
color: #4FBD7A;
}
</style>
background-color css
<style>
a { background-color: #4FBD7A; }
a { background-color: rgb(79,189,122); }
div.DivClassName
{
background-color: #4FBD7A;
}
.BgClassName
{
background-color: #4FBD7A;
}
</style>
border-color css
<style>
span { border-color: #4FBD7A; }
span { border-color: rgb(79,189,122); }
td.TdClassName
{
border-color: #4FBD7A;
}
.TagClassName
{
border-color: #4FBD7A;
}
</style>