Shades of Emerald #4AD074
Tints of Emerald #4AD074
RGB
CMYK
RGB Variations
Color information
#4AD074 (or 0x4AD074) is known color: Emerald. HEX triplet: 4A, D0 and 74. RGB value is (74,208,116). Sum of RGB (Red+Green+Blue) = 74+208+116=398 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.59% from 398); Green value is 208 (81.64% from 255 or 52.26% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD074 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD074 is #B52F8B. Grayscale: #9D9D9D. Windows color (decimal): -11874188 or 7655498. OLE color: 7655498.
HSL color Cylindrical-coordinate representation of color #4AD074: hue angle of 138.81º 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 #4AD074 is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 116 | - |
| CMYK | 0.64 | 0 | 0.44 | 0.18 |
| HSL | 138.81º | 0.59% | 0.55% | - |
| HSV(B) | 138.81º | 0.64% | 0.82% | - |
| XYZ | 28.53 | 47.83 | 24.25 | - |
| YUV | 157.45 | 104.61 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 116 | 0.64 | 0 | 0.44 | 0.18 | 138.81 | 0.59 | 0.55 |
| Hex | 4A | D0 | 74 | 40 | 0 | 2C | 12 | 8B | 3B | 37 |
| Octal | 112 | 320 | 164 | 100 | 0 | 54 | 22 | 213 | 73 | 67 |
| Binary | 1001010 | 11010000 | 1110100 | 1000000 | 0 | 101100 | 10010 | 10001011 | 111011 | 110111 |
Color Harmonies of #4AD074
Complementary color
Monochromatic Colors of #4AD074
Black with #4AD074
Text Example
Text Example
White with #4AD074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD074; }
p { color: rgb(74,208,116); }
H1.HeaderClassName
{
color: #4AD074;
}
.AnyTagClassName
{
color: #4AD074;
}
</style>
background-color css
<style>
a { background-color: #4AD074; }
a { background-color: rgb(74,208,116); }
div.DivClassName
{
background-color: #4AD074;
}
.BgClassName
{
background-color: #4AD074;
}
</style>
border-color css
<style>
span { border-color: #4AD074; }
span { border-color: rgb(74,208,116); }
td.TdClassName
{
border-color: #4AD074;
}
.TagClassName
{
border-color: #4AD074;
}
</style>