Shades of Emerald #4ADE7A
Tints of Emerald #4ADE7A
RGB
CMYK
RGB Variations
Color information
#4ADE7A (or 0x4ADE7A) is known color: Emerald. HEX triplet: 4A, DE and 7A. RGB value is (74,222,122). Sum of RGB (Red+Green+Blue) = 74+222+122=418 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.70% from 418); Green value is 222 (87.11% from 255 or 53.11% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADE7A is #B52185. Grayscale: #A6A6A6. Windows color (decimal): -11870598 or 8052298. OLE color: 8052298.
HSL color Cylindrical-coordinate representation of color #4ADE7A: hue angle of 139.46º degrees, saturation: 0.69, 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 #4ADE7A is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 122 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.13 |
| HSL | 139.46º | 0.69% | 0.58% | - |
| HSV(B) | 139.46º | 0.67% | 0.87% | - |
| XYZ | 32.46 | 55.1 | 27.34 | - |
| YUV | 166.35 | 102.97 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 122 | 0.67 | 0 | 0.45 | 0.13 | 139.46 | 0.69 | 0.58 |
| Hex | 4A | DE | 7A | 43 | 0 | 2D | D | 8B | 45 | 3A |
| Octal | 112 | 336 | 172 | 103 | 0 | 55 | 15 | 213 | 105 | 72 |
| Binary | 1001010 | 11011110 | 1111010 | 1000011 | 0 | 101101 | 1101 | 10001011 | 1000101 | 111010 |
Color Harmonies of #4ADE7A
Complementary color
Monochromatic Colors of #4ADE7A
Black with #4ADE7A
Text Example
Text Example
White with #4ADE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE7A; }
p { color: rgb(74,222,122); }
H1.HeaderClassName
{
color: #4ADE7A;
}
.AnyTagClassName
{
color: #4ADE7A;
}
</style>
background-color css
<style>
a { background-color: #4ADE7A; }
a { background-color: rgb(74,222,122); }
div.DivClassName
{
background-color: #4ADE7A;
}
.BgClassName
{
background-color: #4ADE7A;
}
</style>
border-color css
<style>
span { border-color: #4ADE7A; }
span { border-color: rgb(74,222,122); }
td.TdClassName
{
border-color: #4ADE7A;
}
.TagClassName
{
border-color: #4ADE7A;
}
</style>