Shades of Emerald #4AD962
Tints of Emerald #4AD962
RGB
CMYK
RGB Variations
Color information
#4AD962 (or 0x4AD962) is known color: Emerald. HEX triplet: 4A, D9 and 62. RGB value is (74,217,98). Sum of RGB (Red+Green+Blue) = 74+217+98=389 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.02% from 389); Green value is 217 (85.16% from 255 or 55.78% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 217 - color contains mainly: green. Hex color #4AD962 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD962 is #B5269D. Grayscale: #A1A1A1. Windows color (decimal): -11871902 or 6478154. OLE color: 6478154.
HSL color Cylindrical-coordinate representation of color #4AD962: hue angle of 130.07º 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 #4AD962 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 217 | 98 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.15 |
| HSL | 130.07º | 0.65% | 0.57% | - |
| HSV(B) | 130.07º | 0.66% | 0.85% | - |
| XYZ | 29.84 | 51.96 | 20.01 | - |
| YUV | 160.68 | 92.62 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 217 | 98 | 0.66 | 0 | 0.55 | 0.15 | 130.07 | 0.65 | 0.57 |
| Hex | 4A | D9 | 62 | 42 | 0 | 37 | F | 82 | 41 | 39 |
| Octal | 112 | 331 | 142 | 102 | 0 | 67 | 17 | 202 | 101 | 71 |
| Binary | 1001010 | 11011001 | 1100010 | 1000010 | 0 | 110111 | 1111 | 10000010 | 1000001 | 111001 |
Color Harmonies of #4AD962
Complementary color
Monochromatic Colors of #4AD962
Black with #4AD962
Text Example
Text Example
White with #4AD962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD962; }
p { color: rgb(74,217,98); }
H1.HeaderClassName
{
color: #4AD962;
}
.AnyTagClassName
{
color: #4AD962;
}
</style>
background-color css
<style>
a { background-color: #4AD962; }
a { background-color: rgb(74,217,98); }
div.DivClassName
{
background-color: #4AD962;
}
.BgClassName
{
background-color: #4AD962;
}
</style>
border-color css
<style>
span { border-color: #4AD962; }
span { border-color: rgb(74,217,98); }
td.TdClassName
{
border-color: #4AD962;
}
.TagClassName
{
border-color: #4AD962;
}
</style>