Shades of Emerald #4AD77B
Tints of Emerald #4AD77B
RGB
CMYK
RGB Variations
Color information
#4AD77B (or 0x4AD77B) is known color: Emerald. HEX triplet: 4A, D7 and 7B. RGB value is (74,215,123). Sum of RGB (Red+Green+Blue) = 74+215+123=412 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.96% from 412); Green value is 215 (84.38% from 255 or 52.18% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD77B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD77B is #B52884. Grayscale: #A2A2A2. Windows color (decimal): -11872389 or 8116042. OLE color: 8116042.
HSL color Cylindrical-coordinate representation of color #4AD77B: hue angle of 140.85º 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 #4AD77B is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 123 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.16 |
| HSL | 140.85º | 0.64% | 0.57% | - |
| HSV(B) | 140.85º | 0.66% | 0.84% | - |
| XYZ | 30.7 | 51.49 | 27.06 | - |
| YUV | 162.35 | 105.79 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 123 | 0.66 | 0 | 0.43 | 0.16 | 140.85 | 0.64 | 0.57 |
| Hex | 4A | D7 | 7B | 42 | 0 | 2B | 10 | 8D | 40 | 39 |
| Octal | 112 | 327 | 173 | 102 | 0 | 53 | 20 | 215 | 100 | 71 |
| Binary | 1001010 | 11010111 | 1111011 | 1000010 | 0 | 101011 | 10000 | 10001101 | 1000000 | 111001 |
Color Harmonies of #4AD77B
Complementary color
Monochromatic Colors of #4AD77B
Black with #4AD77B
Text Example
Text Example
White with #4AD77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD77B; }
p { color: rgb(74,215,123); }
H1.HeaderClassName
{
color: #4AD77B;
}
.AnyTagClassName
{
color: #4AD77B;
}
</style>
background-color css
<style>
a { background-color: #4AD77B; }
a { background-color: rgb(74,215,123); }
div.DivClassName
{
background-color: #4AD77B;
}
.BgClassName
{
background-color: #4AD77B;
}
</style>
border-color css
<style>
span { border-color: #4AD77B; }
span { border-color: rgb(74,215,123); }
td.TdClassName
{
border-color: #4AD77B;
}
.TagClassName
{
border-color: #4AD77B;
}
</style>