Shades of Emerald #4ADA7C
Tints of Emerald #4ADA7C
RGB
CMYK
RGB Variations
Color information
#4ADA7C (or 0x4ADA7C) is known color: Emerald. HEX triplet: 4A, DA and 7C. RGB value is (74,218,124). Sum of RGB (Red+Green+Blue) = 74+218+124=416 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.79% from 416); Green value is 218 (85.55% from 255 or 52.40% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADA7C is #B52583. Grayscale: #A4A4A4. Windows color (decimal): -11871620 or 8182346. OLE color: 8182346.
HSL color Cylindrical-coordinate representation of color #4ADA7C: hue angle of 140.83º degrees, saturation: 0.66, 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 #4ADA7C is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 218 | 124 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.15 |
| HSL | 140.83º | 0.66% | 0.57% | - |
| HSV(B) | 140.83º | 0.66% | 0.85% | - |
| XYZ | 31.53 | 53.05 | 27.65 | - |
| YUV | 164.23 | 105.29 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 124 | 0.66 | 0 | 0.43 | 0.15 | 140.83 | 0.66 | 0.57 |
| Hex | 4A | DA | 7C | 42 | 0 | 2B | F | 8D | 42 | 39 |
| Octal | 112 | 332 | 174 | 102 | 0 | 53 | 17 | 215 | 102 | 71 |
| Binary | 1001010 | 11011010 | 1111100 | 1000010 | 0 | 101011 | 1111 | 10001101 | 1000010 | 111001 |
Color Harmonies of #4ADA7C
Complementary color
Monochromatic Colors of #4ADA7C
Black with #4ADA7C
Text Example
Text Example
White with #4ADA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADA7C; }
p { color: rgb(74,218,124); }
H1.HeaderClassName
{
color: #4ADA7C;
}
.AnyTagClassName
{
color: #4ADA7C;
}
</style>
background-color css
<style>
a { background-color: #4ADA7C; }
a { background-color: rgb(74,218,124); }
div.DivClassName
{
background-color: #4ADA7C;
}
.BgClassName
{
background-color: #4ADA7C;
}
</style>
border-color css
<style>
span { border-color: #4ADA7C; }
span { border-color: rgb(74,218,124); }
td.TdClassName
{
border-color: #4ADA7C;
}
.TagClassName
{
border-color: #4ADA7C;
}
</style>