Shades of Emerald #4AE072
Tints of Emerald #4AE072
RGB
CMYK
RGB Variations
Color information
#4AE072 (or 0x4AE072) is known color: Emerald. HEX triplet: 4A, E0 and 72. RGB value is (74,224,114). Sum of RGB (Red+Green+Blue) = 74+224+114=412 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.96% from 412); Green value is 224 (87.89% from 255 or 54.37% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE072 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AE072 is #B51F8D. Grayscale: #A6A6A6. Windows color (decimal): -11870094 or 7528522. OLE color: 7528522.
HSL color Cylindrical-coordinate representation of color #4AE072: hue angle of 136º 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 #4AE072 is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 224 | 114 | - |
| CMYK | 0.67 | 0 | 0.49 | 0.12 |
| HSL | 136º | 0.71% | 0.58% | - |
| HSV(B) | 136º | 0.67% | 0.88% | - |
| XYZ | 32.52 | 55.98 | 25.01 | - |
| YUV | 166.61 | 98.31 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 224 | 114 | 0.67 | 0 | 0.49 | 0.12 | 136 | 0.71 | 0.58 |
| Hex | 4A | E0 | 72 | 43 | 0 | 31 | C | 88 | 47 | 3A |
| Octal | 112 | 340 | 162 | 103 | 0 | 61 | 14 | 210 | 107 | 72 |
| Binary | 1001010 | 11100000 | 1110010 | 1000011 | 0 | 110001 | 1100 | 10001000 | 1000111 | 111010 |
Color Harmonies of #4AE072
Complementary color
Monochromatic Colors of #4AE072
Black with #4AE072
Text Example
Text Example
White with #4AE072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE072; }
p { color: rgb(74,224,114); }
H1.HeaderClassName
{
color: #4AE072;
}
.AnyTagClassName
{
color: #4AE072;
}
</style>
background-color css
<style>
a { background-color: #4AE072; }
a { background-color: rgb(74,224,114); }
div.DivClassName
{
background-color: #4AE072;
}
.BgClassName
{
background-color: #4AE072;
}
</style>
border-color css
<style>
span { border-color: #4AE072; }
span { border-color: rgb(74,224,114); }
td.TdClassName
{
border-color: #4AE072;
}
.TagClassName
{
border-color: #4AE072;
}
</style>