Shades of Emerald #4AE370
Tints of Emerald #4AE370
RGB
CMYK
RGB Variations
Color information
#4AE370 (or 0x4AE370) is known color: Emerald. HEX triplet: 4A, E3 and 70. RGB value is (74,227,112). Sum of RGB (Red+Green+Blue) = 74+227+112=413 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.92% from 413); Green value is 227 (89.06% from 255 or 54.96% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 227 - color contains mainly: green. Hex color #4AE370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AE370 is #B51C8F. Grayscale: #A8A8A8. Windows color (decimal): -11869328 or 7398218. OLE color: 7398218.
HSL color Cylindrical-coordinate representation of color #4AE370: hue angle of 134.9º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AE370 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 74 | 227 | 112 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.11 |
| HSL | 134.9º | 0.73% | 0.59% | - |
| HSV(B) | 134.9º | 0.67% | 0.89% | - |
| XYZ | 33.22 | 57.56 | 24.69 | - |
| YUV | 168.14 | 96.31 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 227 | 112 | 0.67 | 0 | 0.51 | 0.11 | 134.9 | 0.73 | 0.59 |
| Hex | 4A | E3 | 70 | 43 | 0 | 33 | B | 87 | 49 | 3B |
| Octal | 112 | 343 | 160 | 103 | 0 | 63 | 13 | 207 | 111 | 73 |
| Binary | 1001010 | 11100011 | 1110000 | 1000011 | 0 | 110011 | 1011 | 10000111 | 1001001 | 111011 |
Color Harmonies of #4AE370
Complementary color
Monochromatic Colors of #4AE370
Black with #4AE370
Text Example
Text Example
White with #4AE370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE370; }
p { color: rgb(74,227,112); }
H1.HeaderClassName
{
color: #4AE370;
}
.AnyTagClassName
{
color: #4AE370;
}
</style>
background-color css
<style>
a { background-color: #4AE370; }
a { background-color: rgb(74,227,112); }
div.DivClassName
{
background-color: #4AE370;
}
.BgClassName
{
background-color: #4AE370;
}
</style>
border-color css
<style>
span { border-color: #4AE370; }
span { border-color: rgb(74,227,112); }
td.TdClassName
{
border-color: #4AE370;
}
.TagClassName
{
border-color: #4AE370;
}
</style>