Shades of Emerald #4AD55E
Tints of Emerald #4AD55E
RGB
CMYK
RGB Variations
Color information
#4AD55E (or 0x4AD55E) is known color: Emerald. HEX triplet: 4A, D5 and 5E. RGB value is (74,213,94). Sum of RGB (Red+Green+Blue) = 74+213+94=381 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.42% from 381); Green value is 213 (83.59% from 255 or 55.91% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD55E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD55E is #B52AA1. Grayscale: #9E9E9E. Windows color (decimal): -11872930 or 6214986. OLE color: 6214986.
HSL color Cylindrical-coordinate representation of color #4AD55E: hue angle of 128.63º degrees, saturation: 0.62, 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 #4AD55E is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 213 | 94 | - |
| CMYK | 0.65 | 0 | 0.56 | 0.16 |
| HSL | 128.63º | 0.62% | 0.56% | - |
| HSV(B) | 128.63º | 0.65% | 0.84% | - |
| XYZ | 28.64 | 49.85 | 18.7 | - |
| YUV | 157.87 | 91.95 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 213 | 94 | 0.65 | 0 | 0.56 | 0.16 | 128.63 | 0.62 | 0.56 |
| Hex | 4A | D5 | 5E | 41 | 0 | 38 | 10 | 81 | 3E | 38 |
| Octal | 112 | 325 | 136 | 101 | 0 | 70 | 20 | 201 | 76 | 70 |
| Binary | 1001010 | 11010101 | 1011110 | 1000001 | 0 | 111000 | 10000 | 10000001 | 111110 | 111000 |
Color Harmonies of #4AD55E
Complementary color
Monochromatic Colors of #4AD55E
Black with #4AD55E
Text Example
Text Example
White with #4AD55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD55E; }
p { color: rgb(74,213,94); }
H1.HeaderClassName
{
color: #4AD55E;
}
.AnyTagClassName
{
color: #4AD55E;
}
</style>
background-color css
<style>
a { background-color: #4AD55E; }
a { background-color: rgb(74,213,94); }
div.DivClassName
{
background-color: #4AD55E;
}
.BgClassName
{
background-color: #4AD55E;
}
</style>
border-color css
<style>
span { border-color: #4AD55E; }
span { border-color: rgb(74,213,94); }
td.TdClassName
{
border-color: #4AD55E;
}
.TagClassName
{
border-color: #4AD55E;
}
</style>