Shades of Emerald #5BBA7C
Tints of Emerald #5BBA7C
RGB
CMYK
RGB Variations
Color information
#5BBA7C (or 0x5BBA7C) is known color: Emerald. HEX triplet: 5B, BA and 7C. RGB value is (91,186,124). Sum of RGB (Red+Green+Blue) = 91+186+124=401 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.69% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #5BBA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBA7C is #A44583. Grayscale: #969696. Windows color (decimal): -10765700 or 8174171. OLE color: 8174171.
HSL color Cylindrical-coordinate representation of color #5BBA7C: hue angle of 140.84º degrees, saturation: 0.41, 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 #5BBA7C is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 186 | 124 | - |
| CMYK | 0.51 | 0 | 0.33 | 0.27 |
| HSL | 140.84º | 0.41% | 0.54% | - |
| HSV(B) | 140.84º | 0.51% | 0.73% | - |
| XYZ | 25.51 | 38.8 | 25.21 | - |
| YUV | 150.53 | 113.03 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 186 | 124 | 0.51 | 0 | 0.33 | 0.27 | 140.84 | 0.41 | 0.54 |
| Hex | 5B | BA | 7C | 33 | 0 | 21 | 1B | 8D | 29 | 36 |
| Octal | 133 | 272 | 174 | 63 | 0 | 41 | 33 | 215 | 51 | 66 |
| Binary | 1011011 | 10111010 | 1111100 | 110011 | 0 | 100001 | 11011 | 10001101 | 101001 | 110110 |
Color Harmonies of #5BBA7C
Complementary color
Monochromatic Colors of #5BBA7C
Black with #5BBA7C
Text Example
Text Example
White with #5BBA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBA7C; }
p { color: rgb(91,186,124); }
H1.HeaderClassName
{
color: #5BBA7C;
}
.AnyTagClassName
{
color: #5BBA7C;
}
</style>
background-color css
<style>
a { background-color: #5BBA7C; }
a { background-color: rgb(91,186,124); }
div.DivClassName
{
background-color: #5BBA7C;
}
.BgClassName
{
background-color: #5BBA7C;
}
</style>
border-color css
<style>
span { border-color: #5BBA7C; }
span { border-color: rgb(91,186,124); }
td.TdClassName
{
border-color: #5BBA7C;
}
.TagClassName
{
border-color: #5BBA7C;
}
</style>