Shades of Emerald #5BBD7E
Tints of Emerald #5BBD7E
RGB
CMYK
RGB Variations
Color information
#5BBD7E (or 0x5BBD7E) is known color: Emerald. HEX triplet: 5B, BD and 7E. RGB value is (91,189,126). Sum of RGB (Red+Green+Blue) = 91+189+126=406 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.41% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #5BBD7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBD7E is #A44281. Grayscale: #989898. Windows color (decimal): -10764930 or 8306011. OLE color: 8306011.
HSL color Cylindrical-coordinate representation of color #5BBD7E: hue angle of 141.43º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBD7E is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 189 | 126 | - |
| CMYK | 0.52 | 0 | 0.33 | 0.26 |
| HSL | 141.43º | 0.43% | 0.55% | - |
| HSV(B) | 141.43º | 0.52% | 0.74% | - |
| XYZ | 26.28 | 40.13 | 26.1 | - |
| YUV | 152.52 | 113.03 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 189 | 126 | 0.52 | 0 | 0.33 | 0.26 | 141.43 | 0.43 | 0.55 |
| Hex | 5B | BD | 7E | 34 | 0 | 21 | 1A | 8D | 2B | 37 |
| Octal | 133 | 275 | 176 | 64 | 0 | 41 | 32 | 215 | 53 | 67 |
| Binary | 1011011 | 10111101 | 1111110 | 110100 | 0 | 100001 | 11010 | 10001101 | 101011 | 110111 |
Color Harmonies of #5BBD7E
Complementary color
Monochromatic Colors of #5BBD7E
Black with #5BBD7E
Text Example
Text Example
White with #5BBD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBD7E; }
p { color: rgb(91,189,126); }
H1.HeaderClassName
{
color: #5BBD7E;
}
.AnyTagClassName
{
color: #5BBD7E;
}
</style>
background-color css
<style>
a { background-color: #5BBD7E; }
a { background-color: rgb(91,189,126); }
div.DivClassName
{
background-color: #5BBD7E;
}
.BgClassName
{
background-color: #5BBD7E;
}
</style>
border-color css
<style>
span { border-color: #5BBD7E; }
span { border-color: rgb(91,189,126); }
td.TdClassName
{
border-color: #5BBD7E;
}
.TagClassName
{
border-color: #5BBD7E;
}
</style>