Shades of Emerald #4AD770
Tints of Emerald #4AD770
RGB
CMYK
RGB Variations
Color information
#4AD770 (or 0x4AD770) is known color: Emerald. HEX triplet: 4A, D7 and 70. RGB value is (74,215,112). Sum of RGB (Red+Green+Blue) = 74+215+112=401 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.45% from 401); Green value is 215 (84.38% from 255 or 53.62% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD770 is #B5288F. Grayscale: #A1A1A1. Windows color (decimal): -11872400 or 7395146. OLE color: 7395146.
HSL color Cylindrical-coordinate representation of color #4AD770: hue angle of 136.17º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD770 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 112 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.16 |
| HSL | 136.17º | 0.64% | 0.57% | - |
| HSV(B) | 136.17º | 0.66% | 0.84% | - |
| XYZ | 30.05 | 51.23 | 23.63 | - |
| YUV | 161.1 | 100.29 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 112 | 0.66 | 0 | 0.48 | 0.16 | 136.17 | 0.64 | 0.57 |
| Hex | 4A | D7 | 70 | 42 | 0 | 30 | 10 | 88 | 40 | 39 |
| Octal | 112 | 327 | 160 | 102 | 0 | 60 | 20 | 210 | 100 | 71 |
| Binary | 1001010 | 11010111 | 1110000 | 1000010 | 0 | 110000 | 10000 | 10001000 | 1000000 | 111001 |
Color Harmonies of #4AD770
Complementary color
Monochromatic Colors of #4AD770
Black with #4AD770
Text Example
Text Example
White with #4AD770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD770; }
p { color: rgb(74,215,112); }
H1.HeaderClassName
{
color: #4AD770;
}
.AnyTagClassName
{
color: #4AD770;
}
</style>
background-color css
<style>
a { background-color: #4AD770; }
a { background-color: rgb(74,215,112); }
div.DivClassName
{
background-color: #4AD770;
}
.BgClassName
{
background-color: #4AD770;
}
</style>
border-color css
<style>
span { border-color: #4AD770; }
span { border-color: rgb(74,215,112); }
td.TdClassName
{
border-color: #4AD770;
}
.TagClassName
{
border-color: #4AD770;
}
</style>