Shades of Emerald #4AE463
Tints of Emerald #4AE463
RGB
CMYK
RGB Variations
Color information
#4AE463 (or 0x4AE463) is known color: Emerald. HEX triplet: 4A, E4 and 63. RGB value is (74,228,99). Sum of RGB (Red+Green+Blue) = 74+228+99=401 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.45% from 401); Green value is 228 (89.45% from 255 or 56.86% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 228 - color contains mainly: green. Hex color #4AE463 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AE463 is #B51B9C. Grayscale: #A7A7A7. Windows color (decimal): -11869085 or 6546506. OLE color: 6546506.
HSL color Cylindrical-coordinate representation of color #4AE463: hue angle of 129.74º 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 #4AE463 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 74 | 228 | 99 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.11 |
| HSL | 129.74º | 0.74% | 0.59% | - |
| HSV(B) | 129.74º | 0.68% | 0.89% | - |
| XYZ | 32.82 | 57.84 | 21.24 | - |
| YUV | 167.25 | 89.48 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 228 | 99 | 0.68 | 0 | 0.57 | 0.11 | 129.74 | 0.74 | 0.59 |
| Hex | 4A | E4 | 63 | 44 | 0 | 39 | B | 82 | 4A | 3B |
| Octal | 112 | 344 | 143 | 104 | 0 | 71 | 13 | 202 | 112 | 73 |
| Binary | 1001010 | 11100100 | 1100011 | 1000100 | 0 | 111001 | 1011 | 10000010 | 1001010 | 111011 |
Color Harmonies of #4AE463
Complementary color
Monochromatic Colors of #4AE463
Black with #4AE463
Text Example
Text Example
White with #4AE463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE463; }
p { color: rgb(74,228,99); }
H1.HeaderClassName
{
color: #4AE463;
}
.AnyTagClassName
{
color: #4AE463;
}
</style>
background-color css
<style>
a { background-color: #4AE463; }
a { background-color: rgb(74,228,99); }
div.DivClassName
{
background-color: #4AE463;
}
.BgClassName
{
background-color: #4AE463;
}
</style>
border-color css
<style>
span { border-color: #4AE463; }
span { border-color: rgb(74,228,99); }
td.TdClassName
{
border-color: #4AE463;
}
.TagClassName
{
border-color: #4AE463;
}
</style>