Shades of Emerald #4ADB7C
Tints of Emerald #4ADB7C
RGB
CMYK
RGB Variations
Color information
#4ADB7C (or 0x4ADB7C) is known color: Emerald. HEX triplet: 4A, DB and 7C. RGB value is (74,219,124). Sum of RGB (Red+Green+Blue) = 74+219+124=417 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.75% from 417); Green value is 219 (85.94% from 255 or 52.52% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADB7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADB7C is #B52483. Grayscale: #A5A5A5. Windows color (decimal): -11871364 or 8182602. OLE color: 8182602.
HSL color Cylindrical-coordinate representation of color #4ADB7C: hue angle of 140.69º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADB7C is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 124 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.14 |
| HSL | 140.69º | 0.67% | 0.57% | - |
| HSV(B) | 140.69º | 0.66% | 0.86% | - |
| XYZ | 31.79 | 53.57 | 27.73 | - |
| YUV | 164.82 | 104.96 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 124 | 0.66 | 0 | 0.43 | 0.14 | 140.69 | 0.67 | 0.57 |
| Hex | 4A | DB | 7C | 42 | 0 | 2B | E | 8D | 43 | 39 |
| Octal | 112 | 333 | 174 | 102 | 0 | 53 | 16 | 215 | 103 | 71 |
| Binary | 1001010 | 11011011 | 1111100 | 1000010 | 0 | 101011 | 1110 | 10001101 | 1000011 | 111001 |
Color Harmonies of #4ADB7C
Complementary color
Monochromatic Colors of #4ADB7C
Black with #4ADB7C
Text Example
Text Example
White with #4ADB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADB7C; }
p { color: rgb(74,219,124); }
H1.HeaderClassName
{
color: #4ADB7C;
}
.AnyTagClassName
{
color: #4ADB7C;
}
</style>
background-color css
<style>
a { background-color: #4ADB7C; }
a { background-color: rgb(74,219,124); }
div.DivClassName
{
background-color: #4ADB7C;
}
.BgClassName
{
background-color: #4ADB7C;
}
</style>
border-color css
<style>
span { border-color: #4ADB7C; }
span { border-color: rgb(74,219,124); }
td.TdClassName
{
border-color: #4ADB7C;
}
.TagClassName
{
border-color: #4ADB7C;
}
</style>