Shades of Emerald #4AD057
Tints of Emerald #4AD057
RGB
CMYK
RGB Variations
Color information
#4AD057 (or 0x4AD057) is known color: Emerald. HEX triplet: 4A, D0 and 57. RGB value is (74,208,87). Sum of RGB (Red+Green+Blue) = 74+208+87=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 208 (81.64% from 255 or 56.37% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD057 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD057 is #B52FA8. Grayscale: #9A9A9A. Windows color (decimal): -11874217 or 5754954. OLE color: 5754954.
HSL color Cylindrical-coordinate representation of color #4AD057: hue angle of 125.82º 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 #4AD057 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 87 | - |
| CMYK | 0.64 | 0 | 0.58 | 0.18 |
| HSL | 125.82º | 0.59% | 0.55% | - |
| HSV(B) | 125.82º | 0.64% | 0.82% | - |
| XYZ | 27.1 | 47.26 | 16.71 | - |
| YUV | 154.14 | 90.11 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 87 | 0.64 | 0 | 0.58 | 0.18 | 125.82 | 0.59 | 0.55 |
| Hex | 4A | D0 | 57 | 40 | 0 | 3A | 12 | 7E | 3B | 37 |
| Octal | 112 | 320 | 127 | 100 | 0 | 72 | 22 | 176 | 73 | 67 |
| Binary | 1001010 | 11010000 | 1010111 | 1000000 | 0 | 111010 | 10010 | 1111110 | 111011 | 110111 |
Color Harmonies of #4AD057
Complementary color
Monochromatic Colors of #4AD057
Black with #4AD057
Text Example
Text Example
White with #4AD057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD057; }
p { color: rgb(74,208,87); }
H1.HeaderClassName
{
color: #4AD057;
}
.AnyTagClassName
{
color: #4AD057;
}
</style>
background-color css
<style>
a { background-color: #4AD057; }
a { background-color: rgb(74,208,87); }
div.DivClassName
{
background-color: #4AD057;
}
.BgClassName
{
background-color: #4AD057;
}
</style>
border-color css
<style>
span { border-color: #4AD057; }
span { border-color: rgb(74,208,87); }
td.TdClassName
{
border-color: #4AD057;
}
.TagClassName
{
border-color: #4AD057;
}
</style>