Shades of Emerald #4AE56F
Tints of Emerald #4AE56F
RGB
CMYK
RGB Variations
Color information
#4AE56F (or 0x4AE56F) is known color: Emerald. HEX triplet: 4A, E5 and 6F. RGB value is (74,229,111). Sum of RGB (Red+Green+Blue) = 74+229+111=414 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.87% from 414); Green value is 229 (89.84% from 255 or 55.31% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 229 - color contains mainly: green. Hex color #4AE56F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AE56F is #B51A90. Grayscale: #A9A9A9. Windows color (decimal): -11868817 or 7333194. OLE color: 7333194.
HSL color Cylindrical-coordinate representation of color #4AE56F: hue angle of 134.32º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE56F is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 229 | 111 | - |
| CMYK | 0.68 | 0 | 0.52 | 0.10 |
| HSL | 134.32º | 0.75% | 0.59% | - |
| HSV(B) | 134.32º | 0.68% | 0.9% | - |
| XYZ | 33.71 | 58.64 | 24.58 | - |
| YUV | 169.2 | 95.15 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 229 | 111 | 0.68 | 0 | 0.52 | 0.10 | 134.32 | 0.75 | 0.59 |
| Hex | 4A | E5 | 6F | 44 | 0 | 34 | A | 86 | 4B | 3B |
| Octal | 112 | 345 | 157 | 104 | 0 | 64 | 12 | 206 | 113 | 73 |
| Binary | 1001010 | 11100101 | 1101111 | 1000100 | 0 | 110100 | 1010 | 10000110 | 1001011 | 111011 |
Color Harmonies of #4AE56F
Complementary color
Monochromatic Colors of #4AE56F
Black with #4AE56F
Text Example
Text Example
White with #4AE56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE56F; }
p { color: rgb(74,229,111); }
H1.HeaderClassName
{
color: #4AE56F;
}
.AnyTagClassName
{
color: #4AE56F;
}
</style>
background-color css
<style>
a { background-color: #4AE56F; }
a { background-color: rgb(74,229,111); }
div.DivClassName
{
background-color: #4AE56F;
}
.BgClassName
{
background-color: #4AE56F;
}
</style>
border-color css
<style>
span { border-color: #4AE56F; }
span { border-color: rgb(74,229,111); }
td.TdClassName
{
border-color: #4AE56F;
}
.TagClassName
{
border-color: #4AE56F;
}
</style>