Shades of Emerald #4AD071
Tints of Emerald #4AD071
RGB
CMYK
RGB Variations
Color information
#4AD071 (or 0x4AD071) is known color: Emerald. HEX triplet: 4A, D0 and 71. RGB value is (74,208,113). Sum of RGB (Red+Green+Blue) = 74+208+113=395 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.73% from 395); Green value is 208 (81.64% from 255 or 52.66% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD071 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD071 is #B52F8E. Grayscale: #9D9D9D. Windows color (decimal): -11874191 or 7458890. OLE color: 7458890.
HSL color Cylindrical-coordinate representation of color #4AD071: hue angle of 137.46º 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 #4AD071 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 113 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.18 |
| HSL | 137.46º | 0.59% | 0.55% | - |
| HSV(B) | 137.46º | 0.64% | 0.82% | - |
| XYZ | 28.36 | 47.76 | 23.35 | - |
| YUV | 157.1 | 103.11 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 113 | 0.64 | 0 | 0.46 | 0.18 | 137.46 | 0.59 | 0.55 |
| Hex | 4A | D0 | 71 | 40 | 0 | 2E | 12 | 89 | 3B | 37 |
| Octal | 112 | 320 | 161 | 100 | 0 | 56 | 22 | 211 | 73 | 67 |
| Binary | 1001010 | 11010000 | 1110001 | 1000000 | 0 | 101110 | 10010 | 10001001 | 111011 | 110111 |
Color Harmonies of #4AD071
Complementary color
Monochromatic Colors of #4AD071
Black with #4AD071
Text Example
Text Example
White with #4AD071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD071; }
p { color: rgb(74,208,113); }
H1.HeaderClassName
{
color: #4AD071;
}
.AnyTagClassName
{
color: #4AD071;
}
</style>
background-color css
<style>
a { background-color: #4AD071; }
a { background-color: rgb(74,208,113); }
div.DivClassName
{
background-color: #4AD071;
}
.BgClassName
{
background-color: #4AD071;
}
</style>
border-color css
<style>
span { border-color: #4AD071; }
span { border-color: rgb(74,208,113); }
td.TdClassName
{
border-color: #4AD071;
}
.TagClassName
{
border-color: #4AD071;
}
</style>