Shades of Emerald #5BCC7B
Tints of Emerald #5BCC7B
RGB
CMYK
RGB Variations
Color information
#5BCC7B (or 0x5BCC7B) is known color: Emerald. HEX triplet: 5B, CC and 7B. RGB value is (91,204,123). Sum of RGB (Red+Green+Blue) = 91+204+123=418 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.77% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #5BCC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCC7B is #A43384. Grayscale: #A1A1A1. Windows color (decimal): -10761093 or 8113243. OLE color: 8113243.
HSL color Cylindrical-coordinate representation of color #5BCC7B: hue angle of 136.99º degrees, saturation: 0.53, 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 #5BCC7B is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 204 | 123 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.2 |
| HSL | 136.99º | 0.53% | 0.58% | - |
| HSV(B) | 136.99º | 0.55% | 0.8% | - |
| XYZ | 29.48 | 46.84 | 26.23 | - |
| YUV | 160.98 | 106.56 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 204 | 123 | 0.55 | 0 | 0.40 | 0.2 | 136.99 | 0.53 | 0.58 |
| Hex | 5B | CC | 7B | 37 | 0 | 28 | 14 | 89 | 35 | 3A |
| Octal | 133 | 314 | 173 | 67 | 0 | 50 | 24 | 211 | 65 | 72 |
| Binary | 1011011 | 11001100 | 1111011 | 110111 | 0 | 101000 | 10100 | 10001001 | 110101 | 111010 |
Color Harmonies of #5BCC7B
Complementary color
Monochromatic Colors of #5BCC7B
Black with #5BCC7B
Text Example
Text Example
White with #5BCC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCC7B; }
p { color: rgb(91,204,123); }
H1.HeaderClassName
{
color: #5BCC7B;
}
.AnyTagClassName
{
color: #5BCC7B;
}
</style>
background-color css
<style>
a { background-color: #5BCC7B; }
a { background-color: rgb(91,204,123); }
div.DivClassName
{
background-color: #5BCC7B;
}
.BgClassName
{
background-color: #5BCC7B;
}
</style>
border-color css
<style>
span { border-color: #5BCC7B; }
span { border-color: rgb(91,204,123); }
td.TdClassName
{
border-color: #5BCC7B;
}
.TagClassName
{
border-color: #5BCC7B;
}
</style>