Shades of Emerald #5AB77B
Tints of Emerald #5AB77B
RGB
CMYK
RGB Variations
Color information
#5AB77B (or 0x5AB77B) is known color: Emerald. HEX triplet: 5A, B7 and 7B. RGB value is (90,183,123). Sum of RGB (Red+Green+Blue) = 90+183+123=396 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.73% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB77B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB77B is #A54884. Grayscale: #949494. Windows color (decimal): -10832005 or 8107866. OLE color: 8107866.
HSL color Cylindrical-coordinate representation of color #5AB77B: hue angle of 141.29º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB77B is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 183 | 123 | - |
| CMYK | 0.51 | 0 | 0.33 | 0.28 |
| HSL | 141.29º | 0.39% | 0.54% | - |
| HSV(B) | 141.29º | 0.51% | 0.72% | - |
| XYZ | 24.73 | 37.47 | 24.67 | - |
| YUV | 148.35 | 113.69 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 123 | 0.51 | 0 | 0.33 | 0.28 | 141.29 | 0.39 | 0.54 |
| Hex | 5A | B7 | 7B | 33 | 0 | 21 | 1C | 8D | 27 | 36 |
| Octal | 132 | 267 | 173 | 63 | 0 | 41 | 34 | 215 | 47 | 66 |
| Binary | 1011010 | 10110111 | 1111011 | 110011 | 0 | 100001 | 11100 | 10001101 | 100111 | 110110 |
Color Harmonies of #5AB77B
Complementary color
Monochromatic Colors of #5AB77B
Black with #5AB77B
Text Example
Text Example
White with #5AB77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB77B; }
p { color: rgb(90,183,123); }
H1.HeaderClassName
{
color: #5AB77B;
}
.AnyTagClassName
{
color: #5AB77B;
}
</style>
background-color css
<style>
a { background-color: #5AB77B; }
a { background-color: rgb(90,183,123); }
div.DivClassName
{
background-color: #5AB77B;
}
.BgClassName
{
background-color: #5AB77B;
}
</style>
border-color css
<style>
span { border-color: #5AB77B; }
span { border-color: rgb(90,183,123); }
td.TdClassName
{
border-color: #5AB77B;
}
.TagClassName
{
border-color: #5AB77B;
}
</style>