Shades of Emerald #4AE585
Tints of Emerald #4AE585
RGB
CMYK
RGB Variations
Color information
#4AE585 (or 0x4AE585) is known color: Emerald. HEX triplet: 4A, E5 and 85. RGB value is (74,229,133). Sum of RGB (Red+Green+Blue) = 74+229+133=436 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.97% from 436); Green value is 229 (89.84% from 255 or 52.52% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 229 - color contains mainly: green. Hex color #4AE585 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AE585 is #B51A7A. Grayscale: #ABABAB. Windows color (decimal): -11868795 or 8774986. OLE color: 8774986.
HSL color Cylindrical-coordinate representation of color #4AE585: hue angle of 142.84º 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 #4AE585 is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 229 | 133 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.10 |
| HSL | 142.84º | 0.75% | 0.59% | - |
| HSV(B) | 142.84º | 0.68% | 0.9% | - |
| XYZ | 35.08 | 59.19 | 31.77 | - |
| YUV | 171.71 | 106.15 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 229 | 133 | 0.68 | 0 | 0.42 | 0.10 | 142.84 | 0.75 | 0.59 |
| Hex | 4A | E5 | 85 | 44 | 0 | 2A | A | 8F | 4B | 3B |
| Octal | 112 | 345 | 205 | 104 | 0 | 52 | 12 | 217 | 113 | 73 |
| Binary | 1001010 | 11100101 | 10000101 | 1000100 | 0 | 101010 | 1010 | 10001111 | 1001011 | 111011 |
Color Harmonies of #4AE585
Complementary color
Monochromatic Colors of #4AE585
Black with #4AE585
Text Example
Text Example
White with #4AE585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE585; }
p { color: rgb(74,229,133); }
H1.HeaderClassName
{
color: #4AE585;
}
.AnyTagClassName
{
color: #4AE585;
}
</style>
background-color css
<style>
a { background-color: #4AE585; }
a { background-color: rgb(74,229,133); }
div.DivClassName
{
background-color: #4AE585;
}
.BgClassName
{
background-color: #4AE585;
}
</style>
border-color css
<style>
span { border-color: #4AE585; }
span { border-color: rgb(74,229,133); }
td.TdClassName
{
border-color: #4AE585;
}
.TagClassName
{
border-color: #4AE585;
}
</style>