Shades of Emerald #4AD089
Tints of Emerald #4AD089
RGB
CMYK
RGB Variations
Color information
#4AD089 (or 0x4AD089) is known color: Emerald. HEX triplet: 4A, D0 and 89. RGB value is (74,208,137). Sum of RGB (Red+Green+Blue) = 74+208+137=419 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.66% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD089 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD089 is #B52F76. Grayscale: #9F9F9F. Windows color (decimal): -11874167 or 9031754. OLE color: 9031754.
HSL color Cylindrical-coordinate representation of color #4AD089: hue angle of 148.21º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AD089 is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 137 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.18 |
| HSL | 148.21º | 0.59% | 0.55% | - |
| HSV(B) | 148.21º | 0.64% | 0.82% | - |
| XYZ | 29.9 | 48.37 | 31.43 | - |
| YUV | 159.84 | 115.11 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 137 | 0.64 | 0 | 0.34 | 0.18 | 148.21 | 0.59 | 0.55 |
| Hex | 4A | D0 | 89 | 40 | 0 | 22 | 12 | 94 | 3B | 37 |
| Octal | 112 | 320 | 211 | 100 | 0 | 42 | 22 | 224 | 73 | 67 |
| Binary | 1001010 | 11010000 | 10001001 | 1000000 | 0 | 100010 | 10010 | 10010100 | 111011 | 110111 |
Color Harmonies of #4AD089
Complementary color
Monochromatic Colors of #4AD089
Black with #4AD089
Text Example
Text Example
White with #4AD089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD089; }
p { color: rgb(74,208,137); }
H1.HeaderClassName
{
color: #4AD089;
}
.AnyTagClassName
{
color: #4AD089;
}
</style>
background-color css
<style>
a { background-color: #4AD089; }
a { background-color: rgb(74,208,137); }
div.DivClassName
{
background-color: #4AD089;
}
.BgClassName
{
background-color: #4AD089;
}
</style>
border-color css
<style>
span { border-color: #4AD089; }
span { border-color: rgb(74,208,137); }
td.TdClassName
{
border-color: #4AD089;
}
.TagClassName
{
border-color: #4AD089;
}
</style>