Shades of Emerald #4ABD7C
Tints of Emerald #4ABD7C
RGB
CMYK
RGB Variations
Color information
#4ABD7C (or 0x4ABD7C) is known color: Emerald. HEX triplet: 4A, BD and 7C. RGB value is (74,189,124). Sum of RGB (Red+Green+Blue) = 74+189+124=387 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.12% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABD7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABD7C is #B54283. Grayscale: #939393. Windows color (decimal): -11879044 or 8174922. OLE color: 8174922.
HSL color Cylindrical-coordinate representation of color #4ABD7C: hue angle of 146.09º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABD7C is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 189 | 124 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.26 |
| HSL | 146.09º | 0.47% | 0.52% | - |
| HSV(B) | 146.09º | 0.61% | 0.74% | - |
| XYZ | 24.66 | 39.31 | 25.36 | - |
| YUV | 147.21 | 114.9 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 124 | 0.61 | 0 | 0.34 | 0.26 | 146.09 | 0.47 | 0.52 |
| Hex | 4A | BD | 7C | 3D | 0 | 22 | 1A | 92 | 2F | 34 |
| Octal | 112 | 275 | 174 | 75 | 0 | 42 | 32 | 222 | 57 | 64 |
| Binary | 1001010 | 10111101 | 1111100 | 111101 | 0 | 100010 | 11010 | 10010010 | 101111 | 110100 |
Color Harmonies of #4ABD7C
Complementary color
Monochromatic Colors of #4ABD7C
Black with #4ABD7C
Text Example
Text Example
White with #4ABD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABD7C; }
p { color: rgb(74,189,124); }
H1.HeaderClassName
{
color: #4ABD7C;
}
.AnyTagClassName
{
color: #4ABD7C;
}
</style>
background-color css
<style>
a { background-color: #4ABD7C; }
a { background-color: rgb(74,189,124); }
div.DivClassName
{
background-color: #4ABD7C;
}
.BgClassName
{
background-color: #4ABD7C;
}
</style>
border-color css
<style>
span { border-color: #4ABD7C; }
span { border-color: rgb(74,189,124); }
td.TdClassName
{
border-color: #4ABD7C;
}
.TagClassName
{
border-color: #4ABD7C;
}
</style>