Shades of Emerald #5BBC7A
Tints of Emerald #5BBC7A
RGB
CMYK
RGB Variations
Color information
#5BBC7A (or 0x5BBC7A) is known color: Emerald. HEX triplet: 5B, BC and 7A. RGB value is (91,188,122). Sum of RGB (Red+Green+Blue) = 91+188+122=401 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.69% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBC7A is #A44385. Grayscale: #979797. Windows color (decimal): -10765190 or 8043611. OLE color: 8043611.
HSL color Cylindrical-coordinate representation of color #5BBC7A: hue angle of 139.18º 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 #5BBC7A is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 122 | - |
| CMYK | 0.52 | 0 | 0.35 | 0.26 |
| HSL | 139.18º | 0.42% | 0.55% | - |
| HSV(B) | 139.18º | 0.52% | 0.74% | - |
| XYZ | 25.81 | 39.6 | 24.69 | - |
| YUV | 151.47 | 111.36 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 122 | 0.52 | 0 | 0.35 | 0.26 | 139.18 | 0.42 | 0.55 |
| Hex | 5B | BC | 7A | 34 | 0 | 23 | 1A | 8B | 2A | 37 |
| Octal | 133 | 274 | 172 | 64 | 0 | 43 | 32 | 213 | 52 | 67 |
| Binary | 1011011 | 10111100 | 1111010 | 110100 | 0 | 100011 | 11010 | 10001011 | 101010 | 110111 |
Color Harmonies of #5BBC7A
Complementary color
Monochromatic Colors of #5BBC7A
Black with #5BBC7A
Text Example
Text Example
White with #5BBC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC7A; }
p { color: rgb(91,188,122); }
H1.HeaderClassName
{
color: #5BBC7A;
}
.AnyTagClassName
{
color: #5BBC7A;
}
</style>
background-color css
<style>
a { background-color: #5BBC7A; }
a { background-color: rgb(91,188,122); }
div.DivClassName
{
background-color: #5BBC7A;
}
.BgClassName
{
background-color: #5BBC7A;
}
</style>
border-color css
<style>
span { border-color: #5BBC7A; }
span { border-color: rgb(91,188,122); }
td.TdClassName
{
border-color: #5BBC7A;
}
.TagClassName
{
border-color: #5BBC7A;
}
</style>