Shades of Emerald #5AB977
Tints of Emerald #5AB977
RGB
CMYK
RGB Variations
Color information
#5AB977 (or 0x5AB977) is known color: Emerald. HEX triplet: 5A, B9 and 77. RGB value is (90,185,119). Sum of RGB (Red+Green+Blue) = 90+185+119=394 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.84% from 394); Green value is 185 (72.66% from 255 or 46.95% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB977 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB977 is #A54688. Grayscale: #959595. Windows color (decimal): -10831497 or 7846234. OLE color: 7846234.
HSL color Cylindrical-coordinate representation of color #5AB977: hue angle of 138.32º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB977 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 185 | 119 | - |
| CMYK | 0.51 | 0 | 0.36 | 0.27 |
| HSL | 138.32º | 0.4% | 0.54% | - |
| HSV(B) | 138.32º | 0.51% | 0.73% | - |
| XYZ | 24.9 | 38.2 | 23.51 | - |
| YUV | 149.07 | 111.03 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 185 | 119 | 0.51 | 0 | 0.36 | 0.27 | 138.32 | 0.4 | 0.54 |
| Hex | 5A | B9 | 77 | 33 | 0 | 24 | 1B | 8A | 28 | 36 |
| Octal | 132 | 271 | 167 | 63 | 0 | 44 | 33 | 212 | 50 | 66 |
| Binary | 1011010 | 10111001 | 1110111 | 110011 | 0 | 100100 | 11011 | 10001010 | 101000 | 110110 |
Color Harmonies of #5AB977
Complementary color
Monochromatic Colors of #5AB977
Black with #5AB977
Text Example
Text Example
White with #5AB977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB977; }
p { color: rgb(90,185,119); }
H1.HeaderClassName
{
color: #5AB977;
}
.AnyTagClassName
{
color: #5AB977;
}
</style>
background-color css
<style>
a { background-color: #5AB977; }
a { background-color: rgb(90,185,119); }
div.DivClassName
{
background-color: #5AB977;
}
.BgClassName
{
background-color: #5AB977;
}
</style>
border-color css
<style>
span { border-color: #5AB977; }
span { border-color: rgb(90,185,119); }
td.TdClassName
{
border-color: #5AB977;
}
.TagClassName
{
border-color: #5AB977;
}
</style>