Shades of Emerald #4AD77A
Tints of Emerald #4AD77A
RGB
CMYK
RGB Variations
Color information
#4AD77A (or 0x4AD77A) is known color: Emerald. HEX triplet: 4A, D7 and 7A. RGB value is (74,215,122). Sum of RGB (Red+Green+Blue) = 74+215+122=411 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.00% from 411); Green value is 215 (84.38% from 255 or 52.31% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD77A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD77A is #B52885. Grayscale: #A2A2A2. Windows color (decimal): -11872390 or 8050506. OLE color: 8050506.
HSL color Cylindrical-coordinate representation of color #4AD77A: hue angle of 140.43º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD77A is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 122 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.16 |
| HSL | 140.43º | 0.64% | 0.57% | - |
| HSV(B) | 140.43º | 0.66% | 0.84% | - |
| XYZ | 30.64 | 51.46 | 26.73 | - |
| YUV | 162.24 | 105.29 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 122 | 0.66 | 0 | 0.43 | 0.16 | 140.43 | 0.64 | 0.57 |
| Hex | 4A | D7 | 7A | 42 | 0 | 2B | 10 | 8C | 40 | 39 |
| Octal | 112 | 327 | 172 | 102 | 0 | 53 | 20 | 214 | 100 | 71 |
| Binary | 1001010 | 11010111 | 1111010 | 1000010 | 0 | 101011 | 10000 | 10001100 | 1000000 | 111001 |
Color Harmonies of #4AD77A
Complementary color
Monochromatic Colors of #4AD77A
Black with #4AD77A
Text Example
Text Example
White with #4AD77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD77A; }
p { color: rgb(74,215,122); }
H1.HeaderClassName
{
color: #4AD77A;
}
.AnyTagClassName
{
color: #4AD77A;
}
</style>
background-color css
<style>
a { background-color: #4AD77A; }
a { background-color: rgb(74,215,122); }
div.DivClassName
{
background-color: #4AD77A;
}
.BgClassName
{
background-color: #4AD77A;
}
</style>
border-color css
<style>
span { border-color: #4AD77A; }
span { border-color: rgb(74,215,122); }
td.TdClassName
{
border-color: #4AD77A;
}
.TagClassName
{
border-color: #4AD77A;
}
</style>