Shades of Emerald #4AD38E
Tints of Emerald #4AD38E
RGB
CMYK
RGB Variations
Color information
#4AD38E (or 0x4AD38E) is known color: Emerald. HEX triplet: 4A, D3 and 8E. RGB value is (74,211,142). Sum of RGB (Red+Green+Blue) = 74+211+142=427 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.33% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #4AD38E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD38E is #B52C71. Grayscale: #A2A2A2. Windows color (decimal): -11873394 or 9360202. OLE color: 9360202.
HSL color Cylindrical-coordinate representation of color #4AD38E: hue angle of 149.78º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD38E is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 74 | 211 | 142 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.17 |
| HSL | 149.78º | 0.61% | 0.56% | - |
| HSV(B) | 149.78º | 0.65% | 0.83% | - |
| XYZ | 31 | 50 | 33.61 | - |
| YUV | 162.17 | 116.61 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 211 | 142 | 0.65 | 0 | 0.33 | 0.17 | 149.78 | 0.61 | 0.56 |
| Hex | 4A | D3 | 8E | 41 | 0 | 21 | 11 | 96 | 3D | 38 |
| Octal | 112 | 323 | 216 | 101 | 0 | 41 | 21 | 226 | 75 | 70 |
| Binary | 1001010 | 11010011 | 10001110 | 1000001 | 0 | 100001 | 10001 | 10010110 | 111101 | 111000 |
Color Harmonies of #4AD38E
Complementary color
Monochromatic Colors of #4AD38E
Black with #4AD38E
Text Example
Text Example
White with #4AD38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD38E; }
p { color: rgb(74,211,142); }
H1.HeaderClassName
{
color: #4AD38E;
}
.AnyTagClassName
{
color: #4AD38E;
}
</style>
background-color css
<style>
a { background-color: #4AD38E; }
a { background-color: rgb(74,211,142); }
div.DivClassName
{
background-color: #4AD38E;
}
.BgClassName
{
background-color: #4AD38E;
}
</style>
border-color css
<style>
span { border-color: #4AD38E; }
span { border-color: rgb(74,211,142); }
td.TdClassName
{
border-color: #4AD38E;
}
.TagClassName
{
border-color: #4AD38E;
}
</style>