Shades of Emerald #4ABA85
Tints of Emerald #4ABA85
RGB
CMYK
RGB Variations
Color information
#4ABA85 (or 0x4ABA85) is known color: Emerald. HEX triplet: 4A, BA and 85. RGB value is (74,186,133). Sum of RGB (Red+Green+Blue) = 74+186+133=393 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.83% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #4ABA85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABA85 is #B5457A. Grayscale: #929292. Windows color (decimal): -11879803 or 8763978. OLE color: 8763978.
HSL color Cylindrical-coordinate representation of color #4ABA85: hue angle of 151.61º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4ABA85 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 186 | 133 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.27 |
| HSL | 151.61º | 0.45% | 0.51% | - |
| HSV(B) | 151.61º | 0.6% | 0.73% | - |
| XYZ | 24.62 | 38.27 | 28.28 | - |
| YUV | 146.47 | 120.39 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 186 | 133 | 0.60 | 0 | 0.28 | 0.27 | 151.61 | 0.45 | 0.51 |
| Hex | 4A | BA | 85 | 3C | 0 | 1C | 1B | 98 | 2D | 33 |
| Octal | 112 | 272 | 205 | 74 | 0 | 34 | 33 | 230 | 55 | 63 |
| Binary | 1001010 | 10111010 | 10000101 | 111100 | 0 | 11100 | 11011 | 10011000 | 101101 | 110011 |
Color Harmonies of #4ABA85
Complementary color
Monochromatic Colors of #4ABA85
Black with #4ABA85
Text Example
Text Example
White with #4ABA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABA85; }
p { color: rgb(74,186,133); }
H1.HeaderClassName
{
color: #4ABA85;
}
.AnyTagClassName
{
color: #4ABA85;
}
</style>
background-color css
<style>
a { background-color: #4ABA85; }
a { background-color: rgb(74,186,133); }
div.DivClassName
{
background-color: #4ABA85;
}
.BgClassName
{
background-color: #4ABA85;
}
</style>
border-color css
<style>
span { border-color: #4ABA85; }
span { border-color: rgb(74,186,133); }
td.TdClassName
{
border-color: #4ABA85;
}
.TagClassName
{
border-color: #4ABA85;
}
</style>