Shades of Emerald #4AE16F
Tints of Emerald #4AE16F
RGB
CMYK
RGB Variations
Color information
#4AE16F (or 0x4AE16F) is known color: Emerald. HEX triplet: 4A, E1 and 6F. RGB value is (74,225,111). Sum of RGB (Red+Green+Blue) = 74+225+111=410 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.05% from 410); Green value is 225 (88.28% from 255 or 54.88% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 225 - color contains mainly: green. Hex color #4AE16F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AE16F is #B51E90. Grayscale: #A7A7A7. Windows color (decimal): -11869841 or 7332170. OLE color: 7332170.
HSL color Cylindrical-coordinate representation of color #4AE16F: hue angle of 134.7º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AE16F is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 225 | 111 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.12 |
| HSL | 134.7º | 0.72% | 0.59% | - |
| HSV(B) | 134.7º | 0.67% | 0.88% | - |
| XYZ | 32.62 | 56.45 | 24.22 | - |
| YUV | 166.86 | 96.47 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 225 | 111 | 0.67 | 0 | 0.51 | 0.12 | 134.7 | 0.72 | 0.59 |
| Hex | 4A | E1 | 6F | 43 | 0 | 33 | C | 87 | 48 | 3B |
| Octal | 112 | 341 | 157 | 103 | 0 | 63 | 14 | 207 | 110 | 73 |
| Binary | 1001010 | 11100001 | 1101111 | 1000011 | 0 | 110011 | 1100 | 10000111 | 1001000 | 111011 |
Color Harmonies of #4AE16F
Complementary color
Monochromatic Colors of #4AE16F
Black with #4AE16F
Text Example
Text Example
White with #4AE16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE16F; }
p { color: rgb(74,225,111); }
H1.HeaderClassName
{
color: #4AE16F;
}
.AnyTagClassName
{
color: #4AE16F;
}
</style>
background-color css
<style>
a { background-color: #4AE16F; }
a { background-color: rgb(74,225,111); }
div.DivClassName
{
background-color: #4AE16F;
}
.BgClassName
{
background-color: #4AE16F;
}
</style>
border-color css
<style>
span { border-color: #4AE16F; }
span { border-color: rgb(74,225,111); }
td.TdClassName
{
border-color: #4AE16F;
}
.TagClassName
{
border-color: #4AE16F;
}
</style>