Shades of Emerald #4AD57B
Tints of Emerald #4AD57B
RGB
CMYK
RGB Variations
Color information
#4AD57B (or 0x4AD57B) is known color: Emerald. HEX triplet: 4A, D5 and 7B. RGB value is (74,213,123). Sum of RGB (Red+Green+Blue) = 74+213+123=410 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.05% from 410); Green value is 213 (83.59% from 255 or 51.95% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD57B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD57B is #B52A84. Grayscale: #A1A1A1. Windows color (decimal): -11872901 or 8115530. OLE color: 8115530.
HSL color Cylindrical-coordinate representation of color #4AD57B: hue angle of 141.15º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD57B is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 213 | 123 | - |
| CMYK | 0.65 | 0 | 0.42 | 0.16 |
| HSL | 141.15º | 0.62% | 0.56% | - |
| HSV(B) | 141.15º | 0.65% | 0.84% | - |
| XYZ | 30.19 | 50.47 | 26.89 | - |
| YUV | 161.18 | 106.45 | 65.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 213 | 123 | 0.65 | 0 | 0.42 | 0.16 | 141.15 | 0.62 | 0.56 |
| Hex | 4A | D5 | 7B | 41 | 0 | 2A | 10 | 8D | 3E | 38 |
| Octal | 112 | 325 | 173 | 101 | 0 | 52 | 20 | 215 | 76 | 70 |
| Binary | 1001010 | 11010101 | 1111011 | 1000001 | 0 | 101010 | 10000 | 10001101 | 111110 | 111000 |
Color Harmonies of #4AD57B
Complementary color
Monochromatic Colors of #4AD57B
Black with #4AD57B
Text Example
Text Example
White with #4AD57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD57B; }
p { color: rgb(74,213,123); }
H1.HeaderClassName
{
color: #4AD57B;
}
.AnyTagClassName
{
color: #4AD57B;
}
</style>
background-color css
<style>
a { background-color: #4AD57B; }
a { background-color: rgb(74,213,123); }
div.DivClassName
{
background-color: #4AD57B;
}
.BgClassName
{
background-color: #4AD57B;
}
</style>
border-color css
<style>
span { border-color: #4AD57B; }
span { border-color: rgb(74,213,123); }
td.TdClassName
{
border-color: #4AD57B;
}
.TagClassName
{
border-color: #4AD57B;
}
</style>