Shades of Emerald #4AD980
Tints of Emerald #4AD980
RGB
CMYK
RGB Variations
Color information
#4AD980 (or 0x4AD980) is known color: Emerald. HEX triplet: 4A, D9 and 80. RGB value is (74,217,128). Sum of RGB (Red+Green+Blue) = 74+217+128=419 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.66% from 419); Green value is 217 (85.16% from 255 or 51.79% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 217 - color contains mainly: green. Hex color #4AD980 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD980 is #B5267F. Grayscale: #A4A4A4. Windows color (decimal): -11871872 or 8444234. OLE color: 8444234.
HSL color Cylindrical-coordinate representation of color #4AD980: hue angle of 142.66º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD980 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 217 | 128 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.15 |
| HSL | 142.66º | 0.65% | 0.57% | - |
| HSV(B) | 142.66º | 0.66% | 0.85% | - |
| XYZ | 31.53 | 52.64 | 28.92 | - |
| YUV | 164.1 | 107.62 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 217 | 128 | 0.66 | 0 | 0.41 | 0.15 | 142.66 | 0.65 | 0.57 |
| Hex | 4A | D9 | 80 | 42 | 0 | 29 | F | 8F | 41 | 39 |
| Octal | 112 | 331 | 200 | 102 | 0 | 51 | 17 | 217 | 101 | 71 |
| Binary | 1001010 | 11011001 | 10000000 | 1000010 | 0 | 101001 | 1111 | 10001111 | 1000001 | 111001 |
Color Harmonies of #4AD980
Complementary color
Monochromatic Colors of #4AD980
Black with #4AD980
Text Example
Text Example
White with #4AD980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD980; }
p { color: rgb(74,217,128); }
H1.HeaderClassName
{
color: #4AD980;
}
.AnyTagClassName
{
color: #4AD980;
}
</style>
background-color css
<style>
a { background-color: #4AD980; }
a { background-color: rgb(74,217,128); }
div.DivClassName
{
background-color: #4AD980;
}
.BgClassName
{
background-color: #4AD980;
}
</style>
border-color css
<style>
span { border-color: #4AD980; }
span { border-color: rgb(74,217,128); }
td.TdClassName
{
border-color: #4AD980;
}
.TagClassName
{
border-color: #4AD980;
}
</style>