Shades of Emerald #4AD77D
Tints of Emerald #4AD77D
RGB
CMYK
RGB Variations
Color information
#4AD77D (or 0x4AD77D) is known color: Emerald. HEX triplet: 4A, D7 and 7D. RGB value is (74,215,125). Sum of RGB (Red+Green+Blue) = 74+215+125=414 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.87% from 414); Green value is 215 (84.38% from 255 or 51.93% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD77D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD77D is #B52882. Grayscale: #A2A2A2. Windows color (decimal): -11872387 or 8247114. OLE color: 8247114.
HSL color Cylindrical-coordinate representation of color #4AD77D: hue angle of 141.7º 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 #4AD77D is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 125 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.16 |
| HSL | 141.7º | 0.64% | 0.57% | - |
| HSV(B) | 141.7º | 0.66% | 0.84% | - |
| XYZ | 30.83 | 51.54 | 27.73 | - |
| YUV | 162.58 | 106.79 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 125 | 0.66 | 0 | 0.42 | 0.16 | 141.7 | 0.64 | 0.57 |
| Hex | 4A | D7 | 7D | 42 | 0 | 2A | 10 | 8E | 40 | 39 |
| Octal | 112 | 327 | 175 | 102 | 0 | 52 | 20 | 216 | 100 | 71 |
| Binary | 1001010 | 11010111 | 1111101 | 1000010 | 0 | 101010 | 10000 | 10001110 | 1000000 | 111001 |
Color Harmonies of #4AD77D
Complementary color
Monochromatic Colors of #4AD77D
Black with #4AD77D
Text Example
Text Example
White with #4AD77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD77D; }
p { color: rgb(74,215,125); }
H1.HeaderClassName
{
color: #4AD77D;
}
.AnyTagClassName
{
color: #4AD77D;
}
</style>
background-color css
<style>
a { background-color: #4AD77D; }
a { background-color: rgb(74,215,125); }
div.DivClassName
{
background-color: #4AD77D;
}
.BgClassName
{
background-color: #4AD77D;
}
</style>
border-color css
<style>
span { border-color: #4AD77D; }
span { border-color: rgb(74,215,125); }
td.TdClassName
{
border-color: #4AD77D;
}
.TagClassName
{
border-color: #4AD77D;
}
</style>