Shades of Emerald #4AD05D
Tints of Emerald #4AD05D
RGB
CMYK
RGB Variations
Color information
#4AD05D (or 0x4AD05D) is known color: Emerald. HEX triplet: 4A, D0 and 5D. RGB value is (74,208,93). Sum of RGB (Red+Green+Blue) = 74+208+93=375 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.73% from 375); Green value is 208 (81.64% from 255 or 55.47% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD05D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD05D is #B52FA2. Grayscale: #9B9B9B. Windows color (decimal): -11874211 or 6148170. OLE color: 6148170.
HSL color Cylindrical-coordinate representation of color #4AD05D: hue angle of 128.51º 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 #4AD05D is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 93 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.18 |
| HSL | 128.51º | 0.59% | 0.55% | - |
| HSV(B) | 128.51º | 0.64% | 0.82% | - |
| XYZ | 27.36 | 47.36 | 18.06 | - |
| YUV | 154.82 | 93.11 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 93 | 0.64 | 0 | 0.55 | 0.18 | 128.51 | 0.59 | 0.55 |
| Hex | 4A | D0 | 5D | 40 | 0 | 37 | 12 | 81 | 3B | 37 |
| Octal | 112 | 320 | 135 | 100 | 0 | 67 | 22 | 201 | 73 | 67 |
| Binary | 1001010 | 11010000 | 1011101 | 1000000 | 0 | 110111 | 10010 | 10000001 | 111011 | 110111 |
Color Harmonies of #4AD05D
Complementary color
Monochromatic Colors of #4AD05D
Black with #4AD05D
Text Example
Text Example
White with #4AD05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD05D; }
p { color: rgb(74,208,93); }
H1.HeaderClassName
{
color: #4AD05D;
}
.AnyTagClassName
{
color: #4AD05D;
}
</style>
background-color css
<style>
a { background-color: #4AD05D; }
a { background-color: rgb(74,208,93); }
div.DivClassName
{
background-color: #4AD05D;
}
.BgClassName
{
background-color: #4AD05D;
}
</style>
border-color css
<style>
span { border-color: #4AD05D; }
span { border-color: rgb(74,208,93); }
td.TdClassName
{
border-color: #4AD05D;
}
.TagClassName
{
border-color: #4AD05D;
}
</style>