Shades of Emerald #4AE074
Tints of Emerald #4AE074
RGB
CMYK
RGB Variations
Color information
#4AE074 (or 0x4AE074) is known color: Emerald. HEX triplet: 4A, E0 and 74. RGB value is (74,224,116). Sum of RGB (Red+Green+Blue) = 74+224+116=414 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.87% from 414); Green value is 224 (87.89% from 255 or 54.11% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE074 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AE074 is #B51F8B. Grayscale: #A7A7A7. Windows color (decimal): -11870092 or 7659594. OLE color: 7659594.
HSL color Cylindrical-coordinate representation of color #4AE074: hue angle of 136.8º 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 #4AE074 is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 224 | 116 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.12 |
| HSL | 136.8º | 0.71% | 0.58% | - |
| HSV(B) | 136.8º | 0.67% | 0.88% | - |
| XYZ | 32.63 | 56.03 | 25.62 | - |
| YUV | 166.84 | 99.31 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 224 | 116 | 0.67 | 0 | 0.48 | 0.12 | 136.8 | 0.71 | 0.58 |
| Hex | 4A | E0 | 74 | 43 | 0 | 30 | C | 89 | 47 | 3A |
| Octal | 112 | 340 | 164 | 103 | 0 | 60 | 14 | 211 | 107 | 72 |
| Binary | 1001010 | 11100000 | 1110100 | 1000011 | 0 | 110000 | 1100 | 10001001 | 1000111 | 111010 |
Color Harmonies of #4AE074
Complementary color
Monochromatic Colors of #4AE074
Black with #4AE074
Text Example
Text Example
White with #4AE074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE074; }
p { color: rgb(74,224,116); }
H1.HeaderClassName
{
color: #4AE074;
}
.AnyTagClassName
{
color: #4AE074;
}
</style>
background-color css
<style>
a { background-color: #4AE074; }
a { background-color: rgb(74,224,116); }
div.DivClassName
{
background-color: #4AE074;
}
.BgClassName
{
background-color: #4AE074;
}
</style>
border-color css
<style>
span { border-color: #4AE074; }
span { border-color: rgb(74,224,116); }
td.TdClassName
{
border-color: #4AE074;
}
.TagClassName
{
border-color: #4AE074;
}
</style>