Shades of Emerald #4AD973
Tints of Emerald #4AD973
RGB
CMYK
RGB Variations
Color information
#4AD973 (or 0x4AD973) is known color: Emerald. HEX triplet: 4A, D9 and 73. RGB value is (74,217,115). Sum of RGB (Red+Green+Blue) = 74+217+115=406 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.23% from 406); Green value is 217 (85.16% from 255 or 53.45% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 217 - color contains mainly: green. Hex color #4AD973 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD973 is #B5268C. Grayscale: #A2A2A2. Windows color (decimal): -11871885 or 7592266. OLE color: 7592266.
HSL color Cylindrical-coordinate representation of color #4AD973: hue angle of 137.2º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD973 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 217 | 115 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.15 |
| HSL | 137.2º | 0.65% | 0.57% | - |
| HSV(B) | 137.2º | 0.66% | 0.85% | - |
| XYZ | 30.73 | 52.32 | 24.7 | - |
| YUV | 162.62 | 101.12 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 217 | 115 | 0.66 | 0 | 0.47 | 0.15 | 137.2 | 0.65 | 0.57 |
| Hex | 4A | D9 | 73 | 42 | 0 | 2F | F | 89 | 41 | 39 |
| Octal | 112 | 331 | 163 | 102 | 0 | 57 | 17 | 211 | 101 | 71 |
| Binary | 1001010 | 11011001 | 1110011 | 1000010 | 0 | 101111 | 1111 | 10001001 | 1000001 | 111001 |
Color Harmonies of #4AD973
Complementary color
Monochromatic Colors of #4AD973
Black with #4AD973
Text Example
Text Example
White with #4AD973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD973; }
p { color: rgb(74,217,115); }
H1.HeaderClassName
{
color: #4AD973;
}
.AnyTagClassName
{
color: #4AD973;
}
</style>
background-color css
<style>
a { background-color: #4AD973; }
a { background-color: rgb(74,217,115); }
div.DivClassName
{
background-color: #4AD973;
}
.BgClassName
{
background-color: #4AD973;
}
</style>
border-color css
<style>
span { border-color: #4AD973; }
span { border-color: rgb(74,217,115); }
td.TdClassName
{
border-color: #4AD973;
}
.TagClassName
{
border-color: #4AD973;
}
</style>