Shades of Emerald #4AD171
Tints of Emerald #4AD171
RGB
CMYK
RGB Variations
Color information
#4AD171 (or 0x4AD171) is known color: Emerald. HEX triplet: 4A, D1 and 71. RGB value is (74,209,113). Sum of RGB (Red+Green+Blue) = 74+209+113=396 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.69% from 396); Green value is 209 (82.03% from 255 or 52.78% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 209 - color contains mainly: green. Hex color #4AD171 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD171 is #B52E8E. Grayscale: #9D9D9D. Windows color (decimal): -11873935 or 7459146. OLE color: 7459146.
HSL color Cylindrical-coordinate representation of color #4AD171: hue angle of 137.33º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD171 is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 209 | 113 | - |
| CMYK | 0.65 | 0 | 0.46 | 0.18 |
| HSL | 137.33º | 0.59% | 0.55% | - |
| HSV(B) | 137.33º | 0.65% | 0.82% | - |
| XYZ | 28.61 | 48.25 | 23.43 | - |
| YUV | 157.69 | 102.77 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 209 | 113 | 0.65 | 0 | 0.46 | 0.18 | 137.33 | 0.59 | 0.55 |
| Hex | 4A | D1 | 71 | 41 | 0 | 2E | 12 | 89 | 3B | 37 |
| Octal | 112 | 321 | 161 | 101 | 0 | 56 | 22 | 211 | 73 | 67 |
| Binary | 1001010 | 11010001 | 1110001 | 1000001 | 0 | 101110 | 10010 | 10001001 | 111011 | 110111 |
Color Harmonies of #4AD171
Complementary color
Monochromatic Colors of #4AD171
Black with #4AD171
Text Example
Text Example
White with #4AD171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD171; }
p { color: rgb(74,209,113); }
H1.HeaderClassName
{
color: #4AD171;
}
.AnyTagClassName
{
color: #4AD171;
}
</style>
background-color css
<style>
a { background-color: #4AD171; }
a { background-color: rgb(74,209,113); }
div.DivClassName
{
background-color: #4AD171;
}
.BgClassName
{
background-color: #4AD171;
}
</style>
border-color css
<style>
span { border-color: #4AD171; }
span { border-color: rgb(74,209,113); }
td.TdClassName
{
border-color: #4AD171;
}
.TagClassName
{
border-color: #4AD171;
}
</style>