Shades of Emerald #4AE46D
Tints of Emerald #4AE46D
RGB
CMYK
RGB Variations
Color information
#4AE46D (or 0x4AE46D) is known color: Emerald. HEX triplet: 4A, E4 and 6D. RGB value is (74,228,109). Sum of RGB (Red+Green+Blue) = 74+228+109=411 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.00% from 411); Green value is 228 (89.45% from 255 or 55.47% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 228 - color contains mainly: green. Hex color #4AE46D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AE46D is #B51B92. Grayscale: #A8A8A8. Windows color (decimal): -11869075 or 7201866. OLE color: 7201866.
HSL color Cylindrical-coordinate representation of color #4AE46D: hue angle of 133.64º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE46D is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 74 | 228 | 109 | - |
| CMYK | 0.68 | 0 | 0.52 | 0.11 |
| HSL | 133.64º | 0.74% | 0.59% | - |
| HSV(B) | 133.64º | 0.68% | 0.89% | - |
| XYZ | 33.33 | 58.05 | 23.92 | - |
| YUV | 168.39 | 94.48 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 228 | 109 | 0.68 | 0 | 0.52 | 0.11 | 133.64 | 0.74 | 0.59 |
| Hex | 4A | E4 | 6D | 44 | 0 | 34 | B | 86 | 4A | 3B |
| Octal | 112 | 344 | 155 | 104 | 0 | 64 | 13 | 206 | 112 | 73 |
| Binary | 1001010 | 11100100 | 1101101 | 1000100 | 0 | 110100 | 1011 | 10000110 | 1001010 | 111011 |
Color Harmonies of #4AE46D
Complementary color
Monochromatic Colors of #4AE46D
Black with #4AE46D
Text Example
Text Example
White with #4AE46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE46D; }
p { color: rgb(74,228,109); }
H1.HeaderClassName
{
color: #4AE46D;
}
.AnyTagClassName
{
color: #4AE46D;
}
</style>
background-color css
<style>
a { background-color: #4AE46D; }
a { background-color: rgb(74,228,109); }
div.DivClassName
{
background-color: #4AE46D;
}
.BgClassName
{
background-color: #4AE46D;
}
</style>
border-color css
<style>
span { border-color: #4AE46D; }
span { border-color: rgb(74,228,109); }
td.TdClassName
{
border-color: #4AE46D;
}
.TagClassName
{
border-color: #4AE46D;
}
</style>