Shades of Emerald #4AE077
Tints of Emerald #4AE077
RGB
CMYK
RGB Variations
Color information
#4AE077 (or 0x4AE077) is known color: Emerald. HEX triplet: 4A, E0 and 77. RGB value is (74,224,119). Sum of RGB (Red+Green+Blue) = 74+224+119=417 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.75% from 417); Green value is 224 (87.89% from 255 or 53.72% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE077 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AE077 is #B51F88. Grayscale: #A7A7A7. Windows color (decimal): -11870089 or 7856202. OLE color: 7856202.
HSL color Cylindrical-coordinate representation of color #4AE077: hue angle of 138º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AE077 is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 224 | 119 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.12 |
| HSL | 138º | 0.71% | 0.58% | - |
| HSV(B) | 138º | 0.67% | 0.88% | - |
| XYZ | 32.81 | 56.1 | 26.55 | - |
| YUV | 167.18 | 100.81 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 224 | 119 | 0.67 | 0 | 0.47 | 0.12 | 138 | 0.71 | 0.58 |
| Hex | 4A | E0 | 77 | 43 | 0 | 2F | C | 8A | 47 | 3A |
| Octal | 112 | 340 | 167 | 103 | 0 | 57 | 14 | 212 | 107 | 72 |
| Binary | 1001010 | 11100000 | 1110111 | 1000011 | 0 | 101111 | 1100 | 10001010 | 1000111 | 111010 |
Color Harmonies of #4AE077
Complementary color
Monochromatic Colors of #4AE077
Black with #4AE077
Text Example
Text Example
White with #4AE077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE077; }
p { color: rgb(74,224,119); }
H1.HeaderClassName
{
color: #4AE077;
}
.AnyTagClassName
{
color: #4AE077;
}
</style>
background-color css
<style>
a { background-color: #4AE077; }
a { background-color: rgb(74,224,119); }
div.DivClassName
{
background-color: #4AE077;
}
.BgClassName
{
background-color: #4AE077;
}
</style>
border-color css
<style>
span { border-color: #4AE077; }
span { border-color: rgb(74,224,119); }
td.TdClassName
{
border-color: #4AE077;
}
.TagClassName
{
border-color: #4AE077;
}
</style>