Shades of Emerald #5BCB86
Tints of Emerald #5BCB86
RGB
CMYK
RGB Variations
Color information
#5BCB86 (or 0x5BCB86) is known color: Emerald. HEX triplet: 5B, CB and 86. RGB value is (91,203,134). Sum of RGB (Red+Green+Blue) = 91+203+134=428 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.26% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 203 - color contains mainly: green. Hex color #5BCB86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCB86 is #A43479. Grayscale: #A1A1A1. Windows color (decimal): -10761338 or 8833883. OLE color: 8833883.
HSL color Cylindrical-coordinate representation of color #5BCB86: hue angle of 143.04º 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 #5BCB86 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 203 | 134 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.20 |
| HSL | 143.04º | 0.52% | 0.58% | - |
| HSV(B) | 143.04º | 0.55% | 0.8% | - |
| XYZ | 29.97 | 46.66 | 29.98 | - |
| YUV | 161.65 | 112.39 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 203 | 134 | 0.55 | 0 | 0.34 | 0.20 | 143.04 | 0.52 | 0.58 |
| Hex | 5B | CB | 86 | 37 | 0 | 22 | 14 | 8F | 34 | 3A |
| Octal | 133 | 313 | 206 | 67 | 0 | 42 | 24 | 217 | 64 | 72 |
| Binary | 1011011 | 11001011 | 10000110 | 110111 | 0 | 100010 | 10100 | 10001111 | 110100 | 111010 |
Color Harmonies of #5BCB86
Complementary color
Monochromatic Colors of #5BCB86
Black with #5BCB86
Text Example
Text Example
White with #5BCB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCB86; }
p { color: rgb(91,203,134); }
H1.HeaderClassName
{
color: #5BCB86;
}
.AnyTagClassName
{
color: #5BCB86;
}
</style>
background-color css
<style>
a { background-color: #5BCB86; }
a { background-color: rgb(91,203,134); }
div.DivClassName
{
background-color: #5BCB86;
}
.BgClassName
{
background-color: #5BCB86;
}
</style>
border-color css
<style>
span { border-color: #5BCB86; }
span { border-color: rgb(91,203,134); }
td.TdClassName
{
border-color: #5BCB86;
}
.TagClassName
{
border-color: #5BCB86;
}
</style>