Shades of Emerald #5BCB71
Tints of Emerald #5BCB71
RGB
CMYK
RGB Variations
Color information
#5BCB71 (or 0x5BCB71) is known color: Emerald. HEX triplet: 5B, CB and 71. RGB value is (91,203,113). Sum of RGB (Red+Green+Blue) = 91+203+113=407 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.36% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #5BCB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCB71 is #A4348E. Grayscale: #9F9F9F. Windows color (decimal): -10761359 or 7457627. OLE color: 7457627.
HSL color Cylindrical-coordinate representation of color #5BCB71: hue angle of 131.79º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCB71 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 203 | 113 | - |
| CMYK | 0.55 | 0 | 0.44 | 0.20 |
| HSL | 131.79º | 0.52% | 0.58% | - |
| HSV(B) | 131.79º | 0.55% | 0.8% | - |
| XYZ | 28.65 | 46.13 | 23.02 | - |
| YUV | 159.25 | 101.89 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 203 | 113 | 0.55 | 0 | 0.44 | 0.20 | 131.79 | 0.52 | 0.58 |
| Hex | 5B | CB | 71 | 37 | 0 | 2C | 14 | 84 | 34 | 3A |
| Octal | 133 | 313 | 161 | 67 | 0 | 54 | 24 | 204 | 64 | 72 |
| Binary | 1011011 | 11001011 | 1110001 | 110111 | 0 | 101100 | 10100 | 10000100 | 110100 | 111010 |
Color Harmonies of #5BCB71
Complementary color
Monochromatic Colors of #5BCB71
Black with #5BCB71
Text Example
Text Example
White with #5BCB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCB71; }
p { color: rgb(91,203,113); }
H1.HeaderClassName
{
color: #5BCB71;
}
.AnyTagClassName
{
color: #5BCB71;
}
</style>
background-color css
<style>
a { background-color: #5BCB71; }
a { background-color: rgb(91,203,113); }
div.DivClassName
{
background-color: #5BCB71;
}
.BgClassName
{
background-color: #5BCB71;
}
</style>
border-color css
<style>
span { border-color: #5BCB71; }
span { border-color: rgb(91,203,113); }
td.TdClassName
{
border-color: #5BCB71;
}
.TagClassName
{
border-color: #5BCB71;
}
</style>