Shades of Emerald #5ABB77
Tints of Emerald #5ABB77
RGB
CMYK
RGB Variations
Color information
#5ABB77 (or 0x5ABB77) is known color: Emerald. HEX triplet: 5A, BB and 77. RGB value is (90,187,119). Sum of RGB (Red+Green+Blue) = 90+187+119=396 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.73% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABB77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABB77 is #A54488. Grayscale: #969696. Windows color (decimal): -10830985 or 7846746. OLE color: 7846746.
HSL color Cylindrical-coordinate representation of color #5ABB77: hue angle of 137.94º 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 #5ABB77 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 187 | 119 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.27 |
| HSL | 137.94º | 0.42% | 0.54% | - |
| HSV(B) | 137.94º | 0.52% | 0.73% | - |
| XYZ | 25.32 | 39.05 | 23.66 | - |
| YUV | 150.25 | 110.36 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 119 | 0.52 | 0 | 0.36 | 0.27 | 137.94 | 0.42 | 0.54 |
| Hex | 5A | BB | 77 | 34 | 0 | 24 | 1B | 8A | 2A | 36 |
| Octal | 132 | 273 | 167 | 64 | 0 | 44 | 33 | 212 | 52 | 66 |
| Binary | 1011010 | 10111011 | 1110111 | 110100 | 0 | 100100 | 11011 | 10001010 | 101010 | 110110 |
Color Harmonies of #5ABB77
Complementary color
Monochromatic Colors of #5ABB77
Black with #5ABB77
Text Example
Text Example
White with #5ABB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABB77; }
p { color: rgb(90,187,119); }
H1.HeaderClassName
{
color: #5ABB77;
}
.AnyTagClassName
{
color: #5ABB77;
}
</style>
background-color css
<style>
a { background-color: #5ABB77; }
a { background-color: rgb(90,187,119); }
div.DivClassName
{
background-color: #5ABB77;
}
.BgClassName
{
background-color: #5ABB77;
}
</style>
border-color css
<style>
span { border-color: #5ABB77; }
span { border-color: rgb(90,187,119); }
td.TdClassName
{
border-color: #5ABB77;
}
.TagClassName
{
border-color: #5ABB77;
}
</style>