Shades of Emerald #4AD66E
Tints of Emerald #4AD66E
RGB
CMYK
RGB Variations
Color information
#4AD66E (or 0x4AD66E) is known color: Emerald. HEX triplet: 4A, D6 and 6E. RGB value is (74,214,110). Sum of RGB (Red+Green+Blue) = 74+214+110=398 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.59% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD66E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD66E is #B52991. Grayscale: #A0A0A0. Windows color (decimal): -11872658 or 7263818. OLE color: 7263818.
HSL color Cylindrical-coordinate representation of color #4AD66E: hue angle of 135.43º degrees, saturation: 0.63, 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 #4AD66E is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 214 | 110 | - |
| CMYK | 0.65 | 0 | 0.49 | 0.16 |
| HSL | 135.43º | 0.63% | 0.56% | - |
| HSV(B) | 135.43º | 0.65% | 0.84% | - |
| XYZ | 29.69 | 50.67 | 22.97 | - |
| YUV | 160.28 | 99.62 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 214 | 110 | 0.65 | 0 | 0.49 | 0.16 | 135.43 | 0.63 | 0.56 |
| Hex | 4A | D6 | 6E | 41 | 0 | 31 | 10 | 87 | 3F | 38 |
| Octal | 112 | 326 | 156 | 101 | 0 | 61 | 20 | 207 | 77 | 70 |
| Binary | 1001010 | 11010110 | 1101110 | 1000001 | 0 | 110001 | 10000 | 10000111 | 111111 | 111000 |
Color Harmonies of #4AD66E
Complementary color
Monochromatic Colors of #4AD66E
Black with #4AD66E
Text Example
Text Example
White with #4AD66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD66E; }
p { color: rgb(74,214,110); }
H1.HeaderClassName
{
color: #4AD66E;
}
.AnyTagClassName
{
color: #4AD66E;
}
</style>
background-color css
<style>
a { background-color: #4AD66E; }
a { background-color: rgb(74,214,110); }
div.DivClassName
{
background-color: #4AD66E;
}
.BgClassName
{
background-color: #4AD66E;
}
</style>
border-color css
<style>
span { border-color: #4AD66E; }
span { border-color: rgb(74,214,110); }
td.TdClassName
{
border-color: #4AD66E;
}
.TagClassName
{
border-color: #4AD66E;
}
</style>