Shades of Emerald #5BBC7E
Tints of Emerald #5BBC7E
RGB
CMYK
RGB Variations
Color information
#5BBC7E (or 0x5BBC7E) is known color: Emerald. HEX triplet: 5B, BC and 7E. RGB value is (91,188,126). Sum of RGB (Red+Green+Blue) = 91+188+126=405 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.47% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBC7E is #A44381. Grayscale: #989898. Windows color (decimal): -10765186 or 8305755. OLE color: 8305755.
HSL color Cylindrical-coordinate representation of color #5BBC7E: hue angle of 141.65º degrees, saturation: 0.42, 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 #5BBC7E is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 126 | - |
| CMYK | 0.52 | 0 | 0.33 | 0.26 |
| HSL | 141.65º | 0.42% | 0.55% | - |
| HSV(B) | 141.65º | 0.52% | 0.74% | - |
| XYZ | 26.06 | 39.7 | 26.03 | - |
| YUV | 151.93 | 113.36 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 126 | 0.52 | 0 | 0.33 | 0.26 | 141.65 | 0.42 | 0.55 |
| Hex | 5B | BC | 7E | 34 | 0 | 21 | 1A | 8E | 2A | 37 |
| Octal | 133 | 274 | 176 | 64 | 0 | 41 | 32 | 216 | 52 | 67 |
| Binary | 1011011 | 10111100 | 1111110 | 110100 | 0 | 100001 | 11010 | 10001110 | 101010 | 110111 |
Color Harmonies of #5BBC7E
Complementary color
Monochromatic Colors of #5BBC7E
Black with #5BBC7E
Text Example
Text Example
White with #5BBC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC7E; }
p { color: rgb(91,188,126); }
H1.HeaderClassName
{
color: #5BBC7E;
}
.AnyTagClassName
{
color: #5BBC7E;
}
</style>
background-color css
<style>
a { background-color: #5BBC7E; }
a { background-color: rgb(91,188,126); }
div.DivClassName
{
background-color: #5BBC7E;
}
.BgClassName
{
background-color: #5BBC7E;
}
</style>
border-color css
<style>
span { border-color: #5BBC7E; }
span { border-color: rgb(91,188,126); }
td.TdClassName
{
border-color: #5BBC7E;
}
.TagClassName
{
border-color: #5BBC7E;
}
</style>