Shades of Emerald #5CBA79
Tints of Emerald #5CBA79
RGB
CMYK
RGB Variations
Color information
#5CBA79 (or 0x5CBA79) is known color: Emerald. HEX triplet: 5C, BA and 79. RGB value is (92,186,121). Sum of RGB (Red+Green+Blue) = 92+186+121=399 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.06% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #5CBA79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBA79 is #A34586. Grayscale: #969696. Windows color (decimal): -10700167 or 7977564. OLE color: 7977564.
HSL color Cylindrical-coordinate representation of color #5CBA79: hue angle of 138.51º 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 #5CBA79 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 186 | 121 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.27 |
| HSL | 138.51º | 0.41% | 0.55% | - |
| HSV(B) | 138.51º | 0.51% | 0.73% | - |
| XYZ | 25.42 | 38.77 | 24.23 | - |
| YUV | 150.48 | 111.36 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 186 | 121 | 0.51 | 0 | 0.35 | 0.27 | 138.51 | 0.41 | 0.55 |
| Hex | 5C | BA | 79 | 33 | 0 | 23 | 1B | 8B | 29 | 37 |
| Octal | 134 | 272 | 171 | 63 | 0 | 43 | 33 | 213 | 51 | 67 |
| Binary | 1011100 | 10111010 | 1111001 | 110011 | 0 | 100011 | 11011 | 10001011 | 101001 | 110111 |
Color Harmonies of #5CBA79
Complementary color
Monochromatic Colors of #5CBA79
Black with #5CBA79
Text Example
Text Example
White with #5CBA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBA79; }
p { color: rgb(92,186,121); }
H1.HeaderClassName
{
color: #5CBA79;
}
.AnyTagClassName
{
color: #5CBA79;
}
</style>
background-color css
<style>
a { background-color: #5CBA79; }
a { background-color: rgb(92,186,121); }
div.DivClassName
{
background-color: #5CBA79;
}
.BgClassName
{
background-color: #5CBA79;
}
</style>
border-color css
<style>
span { border-color: #5CBA79; }
span { border-color: rgb(92,186,121); }
td.TdClassName
{
border-color: #5CBA79;
}
.TagClassName
{
border-color: #5CBA79;
}
</style>