Shades of Emerald #4AE562
Tints of Emerald #4AE562
RGB
CMYK
RGB Variations
Color information
#4AE562 (or 0x4AE562) is known color: Emerald. HEX triplet: 4A, E5 and 62. RGB value is (74,229,98). Sum of RGB (Red+Green+Blue) = 74+229+98=401 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.45% from 401); Green value is 229 (89.84% from 255 or 57.11% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 229 - color contains mainly: green. Hex color #4AE562 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AE562 is #B51A9D. Grayscale: #A8A8A8. Windows color (decimal): -11868830 or 6481226. OLE color: 6481226.
HSL color Cylindrical-coordinate representation of color #4AE562: hue angle of 129.29º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE562 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 229 | 98 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.10 |
| HSL | 129.29º | 0.75% | 0.59% | - |
| HSV(B) | 129.29º | 0.68% | 0.9% | - |
| XYZ | 33.05 | 58.38 | 21.08 | - |
| YUV | 167.72 | 88.65 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 229 | 98 | 0.68 | 0 | 0.57 | 0.10 | 129.29 | 0.75 | 0.59 |
| Hex | 4A | E5 | 62 | 44 | 0 | 39 | A | 81 | 4B | 3B |
| Octal | 112 | 345 | 142 | 104 | 0 | 71 | 12 | 201 | 113 | 73 |
| Binary | 1001010 | 11100101 | 1100010 | 1000100 | 0 | 111001 | 1010 | 10000001 | 1001011 | 111011 |
Color Harmonies of #4AE562
Complementary color
Monochromatic Colors of #4AE562
Black with #4AE562
Text Example
Text Example
White with #4AE562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE562; }
p { color: rgb(74,229,98); }
H1.HeaderClassName
{
color: #4AE562;
}
.AnyTagClassName
{
color: #4AE562;
}
</style>
background-color css
<style>
a { background-color: #4AE562; }
a { background-color: rgb(74,229,98); }
div.DivClassName
{
background-color: #4AE562;
}
.BgClassName
{
background-color: #4AE562;
}
</style>
border-color css
<style>
span { border-color: #4AE562; }
span { border-color: rgb(74,229,98); }
td.TdClassName
{
border-color: #4AE562;
}
.TagClassName
{
border-color: #4AE562;
}
</style>