Shades of Emerald #4AD060
Tints of Emerald #4AD060
RGB
CMYK
RGB Variations
Color information
#4AD060 (or 0x4AD060) is known color: Emerald. HEX triplet: 4A, D0 and 60. RGB value is (74,208,96). Sum of RGB (Red+Green+Blue) = 74+208+96=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 208 (81.64% from 255 or 55.03% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD060 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD060 is #B52F9F. Grayscale: #9B9B9B. Windows color (decimal): -11874208 or 6344778. OLE color: 6344778.
HSL color Cylindrical-coordinate representation of color #4AD060: hue angle of 129.85º 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 #4AD060 is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 208 | 96 | - |
| CMYK | 0.64 | 0 | 0.54 | 0.18 |
| HSL | 129.85º | 0.59% | 0.55% | - |
| HSV(B) | 129.85º | 0.64% | 0.82% | - |
| XYZ | 27.49 | 47.41 | 18.77 | - |
| YUV | 155.17 | 94.61 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 208 | 96 | 0.64 | 0 | 0.54 | 0.18 | 129.85 | 0.59 | 0.55 |
| Hex | 4A | D0 | 60 | 40 | 0 | 36 | 12 | 82 | 3B | 37 |
| Octal | 112 | 320 | 140 | 100 | 0 | 66 | 22 | 202 | 73 | 67 |
| Binary | 1001010 | 11010000 | 1100000 | 1000000 | 0 | 110110 | 10010 | 10000010 | 111011 | 110111 |
Color Harmonies of #4AD060
Complementary color
Monochromatic Colors of #4AD060
Black with #4AD060
Text Example
Text Example
White with #4AD060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD060; }
p { color: rgb(74,208,96); }
H1.HeaderClassName
{
color: #4AD060;
}
.AnyTagClassName
{
color: #4AD060;
}
</style>
background-color css
<style>
a { background-color: #4AD060; }
a { background-color: rgb(74,208,96); }
div.DivClassName
{
background-color: #4AD060;
}
.BgClassName
{
background-color: #4AD060;
}
</style>
border-color css
<style>
span { border-color: #4AD060; }
span { border-color: rgb(74,208,96); }
td.TdClassName
{
border-color: #4AD060;
}
.TagClassName
{
border-color: #4AD060;
}
</style>