Shades of Emerald #4ADD8D
Tints of Emerald #4ADD8D
RGB
CMYK
RGB Variations
Color information
#4ADD8D (or 0x4ADD8D) is known color: Emerald. HEX triplet: 4A, DD and 8D. RGB value is (74,221,141). Sum of RGB (Red+Green+Blue) = 74+221+141=436 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.97% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADD8D is #B52272. Grayscale: #A8A8A8. Windows color (decimal): -11870835 or 9297226. OLE color: 9297226.
HSL color Cylindrical-coordinate representation of color #4ADD8D: hue angle of 147.35º 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 #4ADD8D is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 141 | - |
| CMYK | 0.67 | 0 | 0.36 | 0.13 |
| HSL | 147.35º | 0.68% | 0.58% | - |
| HSV(B) | 147.35º | 0.67% | 0.87% | - |
| XYZ | 33.49 | 55.09 | 34.07 | - |
| YUV | 167.93 | 112.8 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 141 | 0.67 | 0 | 0.36 | 0.13 | 147.35 | 0.68 | 0.58 |
| Hex | 4A | DD | 8D | 43 | 0 | 24 | D | 93 | 44 | 3A |
| Octal | 112 | 335 | 215 | 103 | 0 | 44 | 15 | 223 | 104 | 72 |
| Binary | 1001010 | 11011101 | 10001101 | 1000011 | 0 | 100100 | 1101 | 10010011 | 1000100 | 111010 |
Color Harmonies of #4ADD8D
Complementary color
Monochromatic Colors of #4ADD8D
Black with #4ADD8D
Text Example
Text Example
White with #4ADD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADD8D; }
p { color: rgb(74,221,141); }
H1.HeaderClassName
{
color: #4ADD8D;
}
.AnyTagClassName
{
color: #4ADD8D;
}
</style>
background-color css
<style>
a { background-color: #4ADD8D; }
a { background-color: rgb(74,221,141); }
div.DivClassName
{
background-color: #4ADD8D;
}
.BgClassName
{
background-color: #4ADD8D;
}
</style>
border-color css
<style>
span { border-color: #4ADD8D; }
span { border-color: rgb(74,221,141); }
td.TdClassName
{
border-color: #4ADD8D;
}
.TagClassName
{
border-color: #4ADD8D;
}
</style>