Shades of Emerald #5CBA7D
Tints of Emerald #5CBA7D
RGB
CMYK
RGB Variations
Color information
#5CBA7D (or 0x5CBA7D) is known color: Emerald. HEX triplet: 5C, BA and 7D. RGB value is (92,186,125). Sum of RGB (Red+Green+Blue) = 92+186+125=403 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.83% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #5CBA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBA7D is #A34582. Grayscale: #979797. Windows color (decimal): -10700163 or 8239708. OLE color: 8239708.
HSL color Cylindrical-coordinate representation of color #5CBA7D: hue angle of 141.06º 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 #5CBA7D is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 186 | 125 | - |
| CMYK | 0.51 | 0 | 0.33 | 0.27 |
| HSL | 141.06º | 0.41% | 0.55% | - |
| HSV(B) | 141.06º | 0.51% | 0.73% | - |
| XYZ | 25.67 | 38.87 | 25.55 | - |
| YUV | 150.94 | 113.36 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 186 | 125 | 0.51 | 0 | 0.33 | 0.27 | 141.06 | 0.41 | 0.55 |
| Hex | 5C | BA | 7D | 33 | 0 | 21 | 1B | 8D | 29 | 37 |
| Octal | 134 | 272 | 175 | 63 | 0 | 41 | 33 | 215 | 51 | 67 |
| Binary | 1011100 | 10111010 | 1111101 | 110011 | 0 | 100001 | 11011 | 10001101 | 101001 | 110111 |
Color Harmonies of #5CBA7D
Complementary color
Monochromatic Colors of #5CBA7D
Black with #5CBA7D
Text Example
Text Example
White with #5CBA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBA7D; }
p { color: rgb(92,186,125); }
H1.HeaderClassName
{
color: #5CBA7D;
}
.AnyTagClassName
{
color: #5CBA7D;
}
</style>
background-color css
<style>
a { background-color: #5CBA7D; }
a { background-color: rgb(92,186,125); }
div.DivClassName
{
background-color: #5CBA7D;
}
.BgClassName
{
background-color: #5CBA7D;
}
</style>
border-color css
<style>
span { border-color: #5CBA7D; }
span { border-color: rgb(92,186,125); }
td.TdClassName
{
border-color: #5CBA7D;
}
.TagClassName
{
border-color: #5CBA7D;
}
</style>