Shades of Emerald #5BBC7C
Tints of Emerald #5BBC7C
RGB
CMYK
RGB Variations
Color information
#5BBC7C (or 0x5BBC7C) is known color: Emerald. HEX triplet: 5B, BC and 7C. RGB value is (91,188,124). Sum of RGB (Red+Green+Blue) = 91+188+124=403 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.58% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBC7C is #A44383. Grayscale: #979797. Windows color (decimal): -10765188 or 8174683. OLE color: 8174683.
HSL color Cylindrical-coordinate representation of color #5BBC7C: hue angle of 140.41º 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 #5BBC7C is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 124 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.26 |
| HSL | 140.41º | 0.42% | 0.55% | - |
| HSV(B) | 140.41º | 0.52% | 0.74% | - |
| XYZ | 25.94 | 39.65 | 25.35 | - |
| YUV | 151.7 | 112.36 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 124 | 0.52 | 0 | 0.34 | 0.26 | 140.41 | 0.42 | 0.55 |
| Hex | 5B | BC | 7C | 34 | 0 | 22 | 1A | 8C | 2A | 37 |
| Octal | 133 | 274 | 174 | 64 | 0 | 42 | 32 | 214 | 52 | 67 |
| Binary | 1011011 | 10111100 | 1111100 | 110100 | 0 | 100010 | 11010 | 10001100 | 101010 | 110111 |
Color Harmonies of #5BBC7C
Complementary color
Monochromatic Colors of #5BBC7C
Black with #5BBC7C
Text Example
Text Example
White with #5BBC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC7C; }
p { color: rgb(91,188,124); }
H1.HeaderClassName
{
color: #5BBC7C;
}
.AnyTagClassName
{
color: #5BBC7C;
}
</style>
background-color css
<style>
a { background-color: #5BBC7C; }
a { background-color: rgb(91,188,124); }
div.DivClassName
{
background-color: #5BBC7C;
}
.BgClassName
{
background-color: #5BBC7C;
}
</style>
border-color css
<style>
span { border-color: #5BBC7C; }
span { border-color: rgb(91,188,124); }
td.TdClassName
{
border-color: #5BBC7C;
}
.TagClassName
{
border-color: #5BBC7C;
}
</style>