Shades of Emerald #5BCB73
Tints of Emerald #5BCB73
RGB
CMYK
RGB Variations
Color information
#5BCB73 (or 0x5BCB73) is known color: Emerald. HEX triplet: 5B, CB and 73. RGB value is (91,203,115). Sum of RGB (Red+Green+Blue) = 91+203+115=409 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.25% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #5BCB73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCB73 is #A4348C. Grayscale: #9F9F9F. Windows color (decimal): -10761357 or 7588699. OLE color: 7588699.
HSL color Cylindrical-coordinate representation of color #5BCB73: hue angle of 132.86º 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 #5BCB73 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 203 | 115 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.20 |
| HSL | 132.86º | 0.52% | 0.58% | - |
| HSV(B) | 132.86º | 0.55% | 0.8% | - |
| XYZ | 28.76 | 46.17 | 23.62 | - |
| YUV | 159.48 | 102.89 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 203 | 115 | 0.55 | 0 | 0.43 | 0.20 | 132.86 | 0.52 | 0.58 |
| Hex | 5B | CB | 73 | 37 | 0 | 2B | 14 | 85 | 34 | 3A |
| Octal | 133 | 313 | 163 | 67 | 0 | 53 | 24 | 205 | 64 | 72 |
| Binary | 1011011 | 11001011 | 1110011 | 110111 | 0 | 101011 | 10100 | 10000101 | 110100 | 111010 |
Color Harmonies of #5BCB73
Complementary color
Monochromatic Colors of #5BCB73
Black with #5BCB73
Text Example
Text Example
White with #5BCB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCB73; }
p { color: rgb(91,203,115); }
H1.HeaderClassName
{
color: #5BCB73;
}
.AnyTagClassName
{
color: #5BCB73;
}
</style>
background-color css
<style>
a { background-color: #5BCB73; }
a { background-color: rgb(91,203,115); }
div.DivClassName
{
background-color: #5BCB73;
}
.BgClassName
{
background-color: #5BCB73;
}
</style>
border-color css
<style>
span { border-color: #5BCB73; }
span { border-color: rgb(91,203,115); }
td.TdClassName
{
border-color: #5BCB73;
}
.TagClassName
{
border-color: #5BCB73;
}
</style>