Shades of Emerald #4AD860
Tints of Emerald #4AD860
RGB
CMYK
RGB Variations
Color information
#4AD860 (or 0x4AD860) is known color: Emerald. HEX triplet: 4A, D8 and 60. RGB value is (74,216,96). Sum of RGB (Red+Green+Blue) = 74+216+96=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 216 (84.77% from 255 or 55.96% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD860 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD860 is #B5279F. Grayscale: #A0A0A0. Windows color (decimal): -11872160 or 6346826. OLE color: 6346826.
HSL color Cylindrical-coordinate representation of color #4AD860: hue angle of 129.3º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD860 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 216 | 96 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.15 |
| HSL | 129.3º | 0.65% | 0.57% | - |
| HSV(B) | 129.3º | 0.66% | 0.85% | - |
| XYZ | 29.49 | 51.41 | 19.44 | - |
| YUV | 159.86 | 91.96 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 216 | 96 | 0.66 | 0 | 0.56 | 0.15 | 129.3 | 0.65 | 0.57 |
| Hex | 4A | D8 | 60 | 42 | 0 | 38 | F | 81 | 41 | 39 |
| Octal | 112 | 330 | 140 | 102 | 0 | 70 | 17 | 201 | 101 | 71 |
| Binary | 1001010 | 11011000 | 1100000 | 1000010 | 0 | 111000 | 1111 | 10000001 | 1000001 | 111001 |
Color Harmonies of #4AD860
Complementary color
Monochromatic Colors of #4AD860
Black with #4AD860
Text Example
Text Example
White with #4AD860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD860; }
p { color: rgb(74,216,96); }
H1.HeaderClassName
{
color: #4AD860;
}
.AnyTagClassName
{
color: #4AD860;
}
</style>
background-color css
<style>
a { background-color: #4AD860; }
a { background-color: rgb(74,216,96); }
div.DivClassName
{
background-color: #4AD860;
}
.BgClassName
{
background-color: #4AD860;
}
</style>
border-color css
<style>
span { border-color: #4AD860; }
span { border-color: rgb(74,216,96); }
td.TdClassName
{
border-color: #4AD860;
}
.TagClassName
{
border-color: #4AD860;
}
</style>