Shades of Emerald #4AD562
Tints of Emerald #4AD562
RGB
CMYK
RGB Variations
Color information
#4AD562 (or 0x4AD562) is known color: Emerald. HEX triplet: 4A, D5 and 62. RGB value is (74,213,98). Sum of RGB (Red+Green+Blue) = 74+213+98=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 213 (83.59% from 255 or 55.32% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD562 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD562 is #B52A9D. Grayscale: #9E9E9E. Windows color (decimal): -11872926 or 6477130. OLE color: 6477130.
HSL color Cylindrical-coordinate representation of color #4AD562: hue angle of 130.36º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD562 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 213 | 98 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.16 |
| HSL | 130.36º | 0.62% | 0.56% | - |
| HSV(B) | 130.36º | 0.65% | 0.84% | - |
| XYZ | 28.82 | 49.93 | 19.67 | - |
| YUV | 158.33 | 93.95 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 213 | 98 | 0.65 | 0 | 0.54 | 0.16 | 130.36 | 0.62 | 0.56 |
| Hex | 4A | D5 | 62 | 41 | 0 | 36 | 10 | 82 | 3E | 38 |
| Octal | 112 | 325 | 142 | 101 | 0 | 66 | 20 | 202 | 76 | 70 |
| Binary | 1001010 | 11010101 | 1100010 | 1000001 | 0 | 110110 | 10000 | 10000010 | 111110 | 111000 |
Color Harmonies of #4AD562
Complementary color
Monochromatic Colors of #4AD562
Black with #4AD562
Text Example
Text Example
White with #4AD562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD562; }
p { color: rgb(74,213,98); }
H1.HeaderClassName
{
color: #4AD562;
}
.AnyTagClassName
{
color: #4AD562;
}
</style>
background-color css
<style>
a { background-color: #4AD562; }
a { background-color: rgb(74,213,98); }
div.DivClassName
{
background-color: #4AD562;
}
.BgClassName
{
background-color: #4AD562;
}
</style>
border-color css
<style>
span { border-color: #4AD562; }
span { border-color: rgb(74,213,98); }
td.TdClassName
{
border-color: #4AD562;
}
.TagClassName
{
border-color: #4AD562;
}
</style>