Shades of Emerald #4AD056
Tints of Emerald #4AD056
RGB
CMYK
RGB Variations
Color information
#4AD056 (or 0x4AD056) is known color: Emerald. HEX triplet: 4A, D0 and 56. RGB value is (74,208,86). Sum of RGB (Red+Green+Blue) = 74+208+86=368 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.11% from 368); Green value is 208 (81.64% from 255 or 56.52% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD056 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD056 is #B52FA9. Grayscale: #9A9A9A. Windows color (decimal): -11874218 or 5689418. OLE color: 5689418.
HSL color Cylindrical-coordinate representation of color #4AD056: hue angle of 125.37º 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 #4AD056 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 86 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.18 |
| HSL | 125.37º | 0.59% | 0.55% | - |
| HSV(B) | 125.37º | 0.64% | 0.82% | - |
| XYZ | 27.06 | 47.24 | 16.5 | - |
| YUV | 154.03 | 89.61 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 86 | 0.64 | 0 | 0.59 | 0.18 | 125.37 | 0.59 | 0.55 |
| Hex | 4A | D0 | 56 | 40 | 0 | 3B | 12 | 7D | 3B | 37 |
| Octal | 112 | 320 | 126 | 100 | 0 | 73 | 22 | 175 | 73 | 67 |
| Binary | 1001010 | 11010000 | 1010110 | 1000000 | 0 | 111011 | 10010 | 1111101 | 111011 | 110111 |
Color Harmonies of #4AD056
Complementary color
Monochromatic Colors of #4AD056
Black with #4AD056
Text Example
Text Example
White with #4AD056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD056; }
p { color: rgb(74,208,86); }
H1.HeaderClassName
{
color: #4AD056;
}
.AnyTagClassName
{
color: #4AD056;
}
</style>
background-color css
<style>
a { background-color: #4AD056; }
a { background-color: rgb(74,208,86); }
div.DivClassName
{
background-color: #4AD056;
}
.BgClassName
{
background-color: #4AD056;
}
</style>
border-color css
<style>
span { border-color: #4AD056; }
span { border-color: rgb(74,208,86); }
td.TdClassName
{
border-color: #4AD056;
}
.TagClassName
{
border-color: #4AD056;
}
</style>