Shades of Emerald #5BCC7C
Tints of Emerald #5BCC7C
RGB
CMYK
RGB Variations
Color information
#5BCC7C (or 0x5BCC7C) is known color: Emerald. HEX triplet: 5B, CC and 7C. RGB value is (91,204,124). Sum of RGB (Red+Green+Blue) = 91+204+124=419 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.72% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #5BCC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCC7C is #A43383. Grayscale: #A1A1A1. Windows color (decimal): -10761092 or 8178779. OLE color: 8178779.
HSL color Cylindrical-coordinate representation of color #5BCC7C: hue angle of 137.52º 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 #5BCC7C is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 204 | 124 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.2 |
| HSL | 137.52º | 0.53% | 0.58% | - |
| HSV(B) | 137.52º | 0.55% | 0.8% | - |
| XYZ | 29.55 | 46.87 | 26.56 | - |
| YUV | 161.09 | 107.06 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 204 | 124 | 0.55 | 0 | 0.39 | 0.2 | 137.52 | 0.53 | 0.58 |
| Hex | 5B | CC | 7C | 37 | 0 | 27 | 14 | 8A | 35 | 3A |
| Octal | 133 | 314 | 174 | 67 | 0 | 47 | 24 | 212 | 65 | 72 |
| Binary | 1011011 | 11001100 | 1111100 | 110111 | 0 | 100111 | 10100 | 10001010 | 110101 | 111010 |
Color Harmonies of #5BCC7C
Complementary color
Monochromatic Colors of #5BCC7C
Black with #5BCC7C
Text Example
Text Example
White with #5BCC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCC7C; }
p { color: rgb(91,204,124); }
H1.HeaderClassName
{
color: #5BCC7C;
}
.AnyTagClassName
{
color: #5BCC7C;
}
</style>
background-color css
<style>
a { background-color: #5BCC7C; }
a { background-color: rgb(91,204,124); }
div.DivClassName
{
background-color: #5BCC7C;
}
.BgClassName
{
background-color: #5BCC7C;
}
</style>
border-color css
<style>
span { border-color: #5BCC7C; }
span { border-color: rgb(91,204,124); }
td.TdClassName
{
border-color: #5BCC7C;
}
.TagClassName
{
border-color: #5BCC7C;
}
</style>