Shades of Emerald #4ADD89
Tints of Emerald #4ADD89
RGB
CMYK
RGB Variations
Color information
#4ADD89 (or 0x4ADD89) is known color: Emerald. HEX triplet: 4A, DD and 89. RGB value is (74,221,137). Sum of RGB (Red+Green+Blue) = 74+221+137=432 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.13% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADD89 is #B52276. Grayscale: #A7A7A7. Windows color (decimal): -11870839 or 9035082. OLE color: 9035082.
HSL color Cylindrical-coordinate representation of color #4ADD89: hue angle of 145.71º 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 #4ADD89 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 137 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.13 |
| HSL | 145.71º | 0.68% | 0.58% | - |
| HSV(B) | 145.71º | 0.67% | 0.87% | - |
| XYZ | 33.2 | 54.97 | 32.53 | - |
| YUV | 167.47 | 110.8 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 137 | 0.67 | 0 | 0.38 | 0.13 | 145.71 | 0.68 | 0.58 |
| Hex | 4A | DD | 89 | 43 | 0 | 26 | D | 92 | 44 | 3A |
| Octal | 112 | 335 | 211 | 103 | 0 | 46 | 15 | 222 | 104 | 72 |
| Binary | 1001010 | 11011101 | 10001001 | 1000011 | 0 | 100110 | 1101 | 10010010 | 1000100 | 111010 |
Color Harmonies of #4ADD89
Complementary color
Monochromatic Colors of #4ADD89
Black with #4ADD89
Text Example
Text Example
White with #4ADD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADD89; }
p { color: rgb(74,221,137); }
H1.HeaderClassName
{
color: #4ADD89;
}
.AnyTagClassName
{
color: #4ADD89;
}
</style>
background-color css
<style>
a { background-color: #4ADD89; }
a { background-color: rgb(74,221,137); }
div.DivClassName
{
background-color: #4ADD89;
}
.BgClassName
{
background-color: #4ADD89;
}
</style>
border-color css
<style>
span { border-color: #4ADD89; }
span { border-color: rgb(74,221,137); }
td.TdClassName
{
border-color: #4ADD89;
}
.TagClassName
{
border-color: #4ADD89;
}
</style>