Shades of Emerald #4AD05E
Tints of Emerald #4AD05E
RGB
CMYK
RGB Variations
Color information
#4AD05E (or 0x4AD05E) is known color: Emerald. HEX triplet: 4A, D0 and 5E. RGB value is (74,208,94). Sum of RGB (Red+Green+Blue) = 74+208+94=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 208 (81.64% from 255 or 55.32% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD05E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD05E is #B52FA1. Grayscale: #9B9B9B. Windows color (decimal): -11874210 or 6213706. OLE color: 6213706.
HSL color Cylindrical-coordinate representation of color #4AD05E: hue angle of 128.96º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AD05E is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 94 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.18 |
| HSL | 128.96º | 0.59% | 0.55% | - |
| HSV(B) | 128.96º | 0.64% | 0.82% | - |
| XYZ | 27.4 | 47.38 | 18.29 | - |
| YUV | 154.94 | 93.61 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 94 | 0.64 | 0 | 0.55 | 0.18 | 128.96 | 0.59 | 0.55 |
| Hex | 4A | D0 | 5E | 40 | 0 | 37 | 12 | 81 | 3B | 37 |
| Octal | 112 | 320 | 136 | 100 | 0 | 67 | 22 | 201 | 73 | 67 |
| Binary | 1001010 | 11010000 | 1011110 | 1000000 | 0 | 110111 | 10010 | 10000001 | 111011 | 110111 |
Color Harmonies of #4AD05E
Complementary color
Monochromatic Colors of #4AD05E
Black with #4AD05E
Text Example
Text Example
White with #4AD05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD05E; }
p { color: rgb(74,208,94); }
H1.HeaderClassName
{
color: #4AD05E;
}
.AnyTagClassName
{
color: #4AD05E;
}
</style>
background-color css
<style>
a { background-color: #4AD05E; }
a { background-color: rgb(74,208,94); }
div.DivClassName
{
background-color: #4AD05E;
}
.BgClassName
{
background-color: #4AD05E;
}
</style>
border-color css
<style>
span { border-color: #4AD05E; }
span { border-color: rgb(74,208,94); }
td.TdClassName
{
border-color: #4AD05E;
}
.TagClassName
{
border-color: #4AD05E;
}
</style>