Shades of Emerald #4ADD59
Tints of Emerald #4ADD59
RGB
CMYK
RGB Variations
Color information
#4ADD59 (or 0x4ADD59) is known color: Emerald. HEX triplet: 4A, DD and 59. RGB value is (74,221,89). Sum of RGB (Red+Green+Blue) = 74+221+89=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 221 (86.72% from 255 or 57.55% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADD59 is #B522A6. Grayscale: #A2A2A2. Windows color (decimal): -11870887 or 5889354. OLE color: 5889354.
HSL color Cylindrical-coordinate representation of color #4ADD59: hue angle of 126.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 #4ADD59 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 89 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.13 |
| HSL | 126.12º | 0.68% | 0.58% | - |
| HSV(B) | 126.12º | 0.67% | 0.87% | - |
| XYZ | 30.48 | 53.89 | 18.25 | - |
| YUV | 162 | 86.8 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 89 | 0.67 | 0 | 0.60 | 0.13 | 126.12 | 0.68 | 0.58 |
| Hex | 4A | DD | 59 | 43 | 0 | 3C | D | 7E | 44 | 3A |
| Octal | 112 | 335 | 131 | 103 | 0 | 74 | 15 | 176 | 104 | 72 |
| Binary | 1001010 | 11011101 | 1011001 | 1000011 | 0 | 111100 | 1101 | 1111110 | 1000100 | 111010 |
Color Harmonies of #4ADD59
Complementary color
Monochromatic Colors of #4ADD59
Black with #4ADD59
Text Example
Text Example
White with #4ADD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADD59; }
p { color: rgb(74,221,89); }
H1.HeaderClassName
{
color: #4ADD59;
}
.AnyTagClassName
{
color: #4ADD59;
}
</style>
background-color css
<style>
a { background-color: #4ADD59; }
a { background-color: rgb(74,221,89); }
div.DivClassName
{
background-color: #4ADD59;
}
.BgClassName
{
background-color: #4ADD59;
}
</style>
border-color css
<style>
span { border-color: #4ADD59; }
span { border-color: rgb(74,221,89); }
td.TdClassName
{
border-color: #4ADD59;
}
.TagClassName
{
border-color: #4ADD59;
}
</style>