Shades of Emerald #4ABA82
Tints of Emerald #4ABA82
RGB
CMYK
RGB Variations
Color information
#4ABA82 (or 0x4ABA82) is known color: Emerald. HEX triplet: 4A, BA and 82. RGB value is (74,186,130). Sum of RGB (Red+Green+Blue) = 74+186+130=390 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.97% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #4ABA82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABA82 is #B5457D. Grayscale: #929292. Windows color (decimal): -11879806 or 8567370. OLE color: 8567370.
HSL color Cylindrical-coordinate representation of color #4ABA82: hue angle of 150º 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 #4ABA82 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 186 | 130 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.27 |
| HSL | 150º | 0.45% | 0.51% | - |
| HSV(B) | 150º | 0.6% | 0.73% | - |
| XYZ | 24.41 | 38.19 | 27.2 | - |
| YUV | 146.13 | 118.89 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 186 | 130 | 0.60 | 0 | 0.30 | 0.27 | 150 | 0.45 | 0.51 |
| Hex | 4A | BA | 82 | 3C | 0 | 1E | 1B | 96 | 2D | 33 |
| Octal | 112 | 272 | 202 | 74 | 0 | 36 | 33 | 226 | 55 | 63 |
| Binary | 1001010 | 10111010 | 10000010 | 111100 | 0 | 11110 | 11011 | 10010110 | 101101 | 110011 |
Color Harmonies of #4ABA82
Complementary color
Monochromatic Colors of #4ABA82
Black with #4ABA82
Text Example
Text Example
White with #4ABA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABA82; }
p { color: rgb(74,186,130); }
H1.HeaderClassName
{
color: #4ABA82;
}
.AnyTagClassName
{
color: #4ABA82;
}
</style>
background-color css
<style>
a { background-color: #4ABA82; }
a { background-color: rgb(74,186,130); }
div.DivClassName
{
background-color: #4ABA82;
}
.BgClassName
{
background-color: #4ABA82;
}
</style>
border-color css
<style>
span { border-color: #4ABA82; }
span { border-color: rgb(74,186,130); }
td.TdClassName
{
border-color: #4ABA82;
}
.TagClassName
{
border-color: #4ABA82;
}
</style>