Shades of Emerald #5CBA77
Tints of Emerald #5CBA77
RGB
CMYK
RGB Variations
Color information
#5CBA77 (or 0x5CBA77) is known color: Emerald. HEX triplet: 5C, BA and 77. RGB value is (92,186,119). Sum of RGB (Red+Green+Blue) = 92+186+119=397 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.17% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #5CBA77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBA77 is #A34588. Grayscale: #969696. Windows color (decimal): -10700169 or 7846492. OLE color: 7846492.
HSL color Cylindrical-coordinate representation of color #5CBA77: hue angle of 137.23º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBA77 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 186 | 119 | - |
| CMYK | 0.51 | 0 | 0.36 | 0.27 |
| HSL | 137.23º | 0.41% | 0.55% | - |
| HSV(B) | 137.23º | 0.51% | 0.73% | - |
| XYZ | 25.3 | 38.73 | 23.59 | - |
| YUV | 150.26 | 110.36 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 186 | 119 | 0.51 | 0 | 0.36 | 0.27 | 137.23 | 0.41 | 0.55 |
| Hex | 5C | BA | 77 | 33 | 0 | 24 | 1B | 89 | 29 | 37 |
| Octal | 134 | 272 | 167 | 63 | 0 | 44 | 33 | 211 | 51 | 67 |
| Binary | 1011100 | 10111010 | 1110111 | 110011 | 0 | 100100 | 11011 | 10001001 | 101001 | 110111 |
Color Harmonies of #5CBA77
Complementary color
Monochromatic Colors of #5CBA77
Black with #5CBA77
Text Example
Text Example
White with #5CBA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBA77; }
p { color: rgb(92,186,119); }
H1.HeaderClassName
{
color: #5CBA77;
}
.AnyTagClassName
{
color: #5CBA77;
}
</style>
background-color css
<style>
a { background-color: #5CBA77; }
a { background-color: rgb(92,186,119); }
div.DivClassName
{
background-color: #5CBA77;
}
.BgClassName
{
background-color: #5CBA77;
}
</style>
border-color css
<style>
span { border-color: #5CBA77; }
span { border-color: rgb(92,186,119); }
td.TdClassName
{
border-color: #5CBA77;
}
.TagClassName
{
border-color: #5CBA77;
}
</style>