Shades of Emerald #5CBC7C
Tints of Emerald #5CBC7C
RGB
CMYK
RGB Variations
Color information
#5CBC7C (or 0x5CBC7C) is known color: Emerald. HEX triplet: 5C, BC and 7C. RGB value is (92,188,124). Sum of RGB (Red+Green+Blue) = 92+188+124=404 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.77% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBC7C is #A34383. Grayscale: #989898. Windows color (decimal): -10699652 or 8174684. OLE color: 8174684.
HSL color Cylindrical-coordinate representation of color #5CBC7C: hue angle of 140º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBC7C is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 188 | 124 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.26 |
| HSL | 140º | 0.42% | 0.55% | - |
| HSV(B) | 140º | 0.51% | 0.74% | - |
| XYZ | 26.03 | 39.7 | 25.36 | - |
| YUV | 152 | 112.2 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 188 | 124 | 0.51 | 0 | 0.34 | 0.26 | 140 | 0.42 | 0.55 |
| Hex | 5C | BC | 7C | 33 | 0 | 22 | 1A | 8C | 2A | 37 |
| Octal | 134 | 274 | 174 | 63 | 0 | 42 | 32 | 214 | 52 | 67 |
| Binary | 1011100 | 10111100 | 1111100 | 110011 | 0 | 100010 | 11010 | 10001100 | 101010 | 110111 |
Color Harmonies of #5CBC7C
Complementary color
Monochromatic Colors of #5CBC7C
Black with #5CBC7C
Text Example
Text Example
White with #5CBC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBC7C; }
p { color: rgb(92,188,124); }
H1.HeaderClassName
{
color: #5CBC7C;
}
.AnyTagClassName
{
color: #5CBC7C;
}
</style>
background-color css
<style>
a { background-color: #5CBC7C; }
a { background-color: rgb(92,188,124); }
div.DivClassName
{
background-color: #5CBC7C;
}
.BgClassName
{
background-color: #5CBC7C;
}
</style>
border-color css
<style>
span { border-color: #5CBC7C; }
span { border-color: rgb(92,188,124); }
td.TdClassName
{
border-color: #5CBC7C;
}
.TagClassName
{
border-color: #5CBC7C;
}
</style>