Shades of Emerald #5ABB7C
Tints of Emerald #5ABB7C
RGB
CMYK
RGB Variations
Color information
#5ABB7C (or 0x5ABB7C) is known color: Emerald. HEX triplet: 5A, BB and 7C. RGB value is (90,187,124). Sum of RGB (Red+Green+Blue) = 90+187+124=401 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.44% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABB7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABB7C is #A54483. Grayscale: #969696. Windows color (decimal): -10830980 or 8174426. OLE color: 8174426.
HSL color Cylindrical-coordinate representation of color #5ABB7C: hue angle of 141.03º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABB7C is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 187 | 124 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.27 |
| HSL | 141.03º | 0.42% | 0.54% | - |
| HSV(B) | 141.03º | 0.52% | 0.73% | - |
| XYZ | 25.62 | 39.17 | 25.28 | - |
| YUV | 150.82 | 112.86 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 124 | 0.52 | 0 | 0.34 | 0.27 | 141.03 | 0.42 | 0.54 |
| Hex | 5A | BB | 7C | 34 | 0 | 22 | 1B | 8D | 2A | 36 |
| Octal | 132 | 273 | 174 | 64 | 0 | 42 | 33 | 215 | 52 | 66 |
| Binary | 1011010 | 10111011 | 1111100 | 110100 | 0 | 100010 | 11011 | 10001101 | 101010 | 110110 |
Color Harmonies of #5ABB7C
Complementary color
Monochromatic Colors of #5ABB7C
Black with #5ABB7C
Text Example
Text Example
White with #5ABB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABB7C; }
p { color: rgb(90,187,124); }
H1.HeaderClassName
{
color: #5ABB7C;
}
.AnyTagClassName
{
color: #5ABB7C;
}
</style>
background-color css
<style>
a { background-color: #5ABB7C; }
a { background-color: rgb(90,187,124); }
div.DivClassName
{
background-color: #5ABB7C;
}
.BgClassName
{
background-color: #5ABB7C;
}
</style>
border-color css
<style>
span { border-color: #5ABB7C; }
span { border-color: rgb(90,187,124); }
td.TdClassName
{
border-color: #5ABB7C;
}
.TagClassName
{
border-color: #5ABB7C;
}
</style>