Shades of Emerald #4ADD8A
Tints of Emerald #4ADD8A
RGB
CMYK
RGB Variations
Color information
#4ADD8A (or 0x4ADD8A) is known color: Emerald. HEX triplet: 4A, DD and 8A. RGB value is (74,221,138). Sum of RGB (Red+Green+Blue) = 74+221+138=433 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.09% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADD8A is #B52275. Grayscale: #A7A7A7. Windows color (decimal): -11870838 or 9100618. OLE color: 9100618.
HSL color Cylindrical-coordinate representation of color #4ADD8A: hue angle of 146.12º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADD8A is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 138 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.13 |
| HSL | 146.12º | 0.68% | 0.58% | - |
| HSV(B) | 146.12º | 0.67% | 0.87% | - |
| XYZ | 33.27 | 55 | 32.91 | - |
| YUV | 167.59 | 111.3 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 138 | 0.67 | 0 | 0.38 | 0.13 | 146.12 | 0.68 | 0.58 |
| Hex | 4A | DD | 8A | 43 | 0 | 26 | D | 92 | 44 | 3A |
| Octal | 112 | 335 | 212 | 103 | 0 | 46 | 15 | 222 | 104 | 72 |
| Binary | 1001010 | 11011101 | 10001010 | 1000011 | 0 | 100110 | 1101 | 10010010 | 1000100 | 111010 |
Color Harmonies of #4ADD8A
Complementary color
Monochromatic Colors of #4ADD8A
Black with #4ADD8A
Text Example
Text Example
White with #4ADD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADD8A; }
p { color: rgb(74,221,138); }
H1.HeaderClassName
{
color: #4ADD8A;
}
.AnyTagClassName
{
color: #4ADD8A;
}
</style>
background-color css
<style>
a { background-color: #4ADD8A; }
a { background-color: rgb(74,221,138); }
div.DivClassName
{
background-color: #4ADD8A;
}
.BgClassName
{
background-color: #4ADD8A;
}
</style>
border-color css
<style>
span { border-color: #4ADD8A; }
span { border-color: rgb(74,221,138); }
td.TdClassName
{
border-color: #4ADD8A;
}
.TagClassName
{
border-color: #4ADD8A;
}
</style>