Shades of Emerald #4AD763
Tints of Emerald #4AD763
RGB
CMYK
RGB Variations
Color information
#4AD763 (or 0x4AD763) is known color: Emerald. HEX triplet: 4A, D7 and 63. RGB value is (74,215,99). Sum of RGB (Red+Green+Blue) = 74+215+99=388 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.07% from 388); Green value is 215 (84.38% from 255 or 55.41% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD763 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD763 is #B5289C. Grayscale: #9F9F9F. Windows color (decimal): -11872413 or 6543178. OLE color: 6543178.
HSL color Cylindrical-coordinate representation of color #4AD763: hue angle of 130.64º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD763 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 99 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.16 |
| HSL | 130.64º | 0.64% | 0.57% | - |
| HSV(B) | 130.64º | 0.66% | 0.84% | - |
| XYZ | 29.38 | 50.96 | 20.09 | - |
| YUV | 159.62 | 93.79 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 99 | 0.66 | 0 | 0.54 | 0.16 | 130.64 | 0.64 | 0.57 |
| Hex | 4A | D7 | 63 | 42 | 0 | 36 | 10 | 83 | 40 | 39 |
| Octal | 112 | 327 | 143 | 102 | 0 | 66 | 20 | 203 | 100 | 71 |
| Binary | 1001010 | 11010111 | 1100011 | 1000010 | 0 | 110110 | 10000 | 10000011 | 1000000 | 111001 |
Color Harmonies of #4AD763
Complementary color
Monochromatic Colors of #4AD763
Black with #4AD763
Text Example
Text Example
White with #4AD763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD763; }
p { color: rgb(74,215,99); }
H1.HeaderClassName
{
color: #4AD763;
}
.AnyTagClassName
{
color: #4AD763;
}
</style>
background-color css
<style>
a { background-color: #4AD763; }
a { background-color: rgb(74,215,99); }
div.DivClassName
{
background-color: #4AD763;
}
.BgClassName
{
background-color: #4AD763;
}
</style>
border-color css
<style>
span { border-color: #4AD763; }
span { border-color: rgb(74,215,99); }
td.TdClassName
{
border-color: #4AD763;
}
.TagClassName
{
border-color: #4AD763;
}
</style>