Shades of Emerald #5BCC78
Tints of Emerald #5BCC78
RGB
CMYK
RGB Variations
Color information
#5BCC78 (or 0x5BCC78) is known color: Emerald. HEX triplet: 5B, CC and 78. RGB value is (91,204,120). Sum of RGB (Red+Green+Blue) = 91+204+120=415 (54% of max value = 765). Red value is 91 (35.94% from 255 or 21.93% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #5BCC78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCC78 is #A43387. Grayscale: #A0A0A0. Windows color (decimal): -10761096 or 7916635. OLE color: 7916635.
HSL color Cylindrical-coordinate representation of color #5BCC78: hue angle of 135.4º 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 #5BCC78 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 204 | 120 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.2 |
| HSL | 135.4º | 0.53% | 0.58% | - |
| HSV(B) | 135.4º | 0.55% | 0.8% | - |
| XYZ | 29.3 | 46.77 | 25.25 | - |
| YUV | 160.64 | 105.06 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 204 | 120 | 0.55 | 0 | 0.41 | 0.2 | 135.4 | 0.53 | 0.58 |
| Hex | 5B | CC | 78 | 37 | 0 | 29 | 14 | 87 | 35 | 3A |
| Octal | 133 | 314 | 170 | 67 | 0 | 51 | 24 | 207 | 65 | 72 |
| Binary | 1011011 | 11001100 | 1111000 | 110111 | 0 | 101001 | 10100 | 10000111 | 110101 | 111010 |
Color Harmonies of #5BCC78
Complementary color
Monochromatic Colors of #5BCC78
Black with #5BCC78
Text Example
Text Example
White with #5BCC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCC78; }
p { color: rgb(91,204,120); }
H1.HeaderClassName
{
color: #5BCC78;
}
.AnyTagClassName
{
color: #5BCC78;
}
</style>
background-color css
<style>
a { background-color: #5BCC78; }
a { background-color: rgb(91,204,120); }
div.DivClassName
{
background-color: #5BCC78;
}
.BgClassName
{
background-color: #5BCC78;
}
</style>
border-color css
<style>
span { border-color: #5BCC78; }
span { border-color: rgb(91,204,120); }
td.TdClassName
{
border-color: #5BCC78;
}
.TagClassName
{
border-color: #5BCC78;
}
</style>