Shades of Emerald #4AD863
Tints of Emerald #4AD863
RGB
CMYK
RGB Variations
Color information
#4AD863 (or 0x4AD863) is known color: Emerald. HEX triplet: 4A, D8 and 63. RGB value is (74,216,99). Sum of RGB (Red+Green+Blue) = 74+216+99=389 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.02% from 389); Green value is 216 (84.77% from 255 or 55.53% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD863 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD863 is #B5279C. Grayscale: #A0A0A0. Windows color (decimal): -11872157 or 6543434. OLE color: 6543434.
HSL color Cylindrical-coordinate representation of color #4AD863: hue angle of 130.56º 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 #4AD863 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 216 | 99 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.15 |
| HSL | 130.56º | 0.65% | 0.57% | - |
| HSV(B) | 130.56º | 0.66% | 0.85% | - |
| XYZ | 29.63 | 51.47 | 20.18 | - |
| YUV | 160.2 | 93.46 | 66.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 216 | 99 | 0.66 | 0 | 0.54 | 0.15 | 130.56 | 0.65 | 0.57 |
| Hex | 4A | D8 | 63 | 42 | 0 | 36 | F | 83 | 41 | 39 |
| Octal | 112 | 330 | 143 | 102 | 0 | 66 | 17 | 203 | 101 | 71 |
| Binary | 1001010 | 11011000 | 1100011 | 1000010 | 0 | 110110 | 1111 | 10000011 | 1000001 | 111001 |
Color Harmonies of #4AD863
Complementary color
Monochromatic Colors of #4AD863
Black with #4AD863
Text Example
Text Example
White with #4AD863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD863; }
p { color: rgb(74,216,99); }
H1.HeaderClassName
{
color: #4AD863;
}
.AnyTagClassName
{
color: #4AD863;
}
</style>
background-color css
<style>
a { background-color: #4AD863; }
a { background-color: rgb(74,216,99); }
div.DivClassName
{
background-color: #4AD863;
}
.BgClassName
{
background-color: #4AD863;
}
</style>
border-color css
<style>
span { border-color: #4AD863; }
span { border-color: rgb(74,216,99); }
td.TdClassName
{
border-color: #4AD863;
}
.TagClassName
{
border-color: #4AD863;
}
</style>