Shades of Emerald #4AD079
Tints of Emerald #4AD079
RGB
CMYK
RGB Variations
Color information
#4AD079 (or 0x4AD079) is known color: Emerald. HEX triplet: 4A, D0 and 79. RGB value is (74,208,121). Sum of RGB (Red+Green+Blue) = 74+208+121=403 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.36% from 403); Green value is 208 (81.64% from 255 or 51.61% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD079 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD079 is #B52F86. Grayscale: #9E9E9E. Windows color (decimal): -11874183 or 7983178. OLE color: 7983178.
HSL color Cylindrical-coordinate representation of color #4AD079: hue angle of 141.04º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AD079 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 121 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.18 |
| HSL | 141.04º | 0.59% | 0.55% | - |
| HSV(B) | 141.04º | 0.64% | 0.82% | - |
| XYZ | 28.83 | 47.95 | 25.82 | - |
| YUV | 158.02 | 107.11 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 121 | 0.64 | 0 | 0.42 | 0.18 | 141.04 | 0.59 | 0.55 |
| Hex | 4A | D0 | 79 | 40 | 0 | 2A | 12 | 8D | 3B | 37 |
| Octal | 112 | 320 | 171 | 100 | 0 | 52 | 22 | 215 | 73 | 67 |
| Binary | 1001010 | 11010000 | 1111001 | 1000000 | 0 | 101010 | 10010 | 10001101 | 111011 | 110111 |
Color Harmonies of #4AD079
Complementary color
Monochromatic Colors of #4AD079
Black with #4AD079
Text Example
Text Example
White with #4AD079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD079; }
p { color: rgb(74,208,121); }
H1.HeaderClassName
{
color: #4AD079;
}
.AnyTagClassName
{
color: #4AD079;
}
</style>
background-color css
<style>
a { background-color: #4AD079; }
a { background-color: rgb(74,208,121); }
div.DivClassName
{
background-color: #4AD079;
}
.BgClassName
{
background-color: #4AD079;
}
</style>
border-color css
<style>
span { border-color: #4AD079; }
span { border-color: rgb(74,208,121); }
td.TdClassName
{
border-color: #4AD079;
}
.TagClassName
{
border-color: #4AD079;
}
</style>