Shades of Emerald #5CBC80
Tints of Emerald #5CBC80
RGB
CMYK
RGB Variations
Color information
#5CBC80 (or 0x5CBC80) is known color: Emerald. HEX triplet: 5C, BC and 80. RGB value is (92,188,128). Sum of RGB (Red+Green+Blue) = 92+188+128=408 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.55% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CBC80 is #A3437F. Grayscale: #989898. Windows color (decimal): -10699648 or 8436828. OLE color: 8436828.
HSL color Cylindrical-coordinate representation of color #5CBC80: hue angle of 142.5º 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 #5CBC80 is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 188 | 128 | - |
| CMYK | 0.51 | 0 | 0.32 | 0.26 |
| HSL | 142.5º | 0.42% | 0.55% | - |
| HSV(B) | 142.5º | 0.51% | 0.74% | - |
| XYZ | 26.29 | 39.8 | 26.72 | - |
| YUV | 152.46 | 114.2 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 188 | 128 | 0.51 | 0 | 0.32 | 0.26 | 142.5 | 0.42 | 0.55 |
| Hex | 5C | BC | 80 | 33 | 0 | 20 | 1A | 8E | 2A | 37 |
| Octal | 134 | 274 | 200 | 63 | 0 | 40 | 32 | 216 | 52 | 67 |
| Binary | 1011100 | 10111100 | 10000000 | 110011 | 0 | 100000 | 11010 | 10001110 | 101010 | 110111 |
Color Harmonies of #5CBC80
Complementary color
Monochromatic Colors of #5CBC80
Black with #5CBC80
Text Example
Text Example
White with #5CBC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBC80; }
p { color: rgb(92,188,128); }
H1.HeaderClassName
{
color: #5CBC80;
}
.AnyTagClassName
{
color: #5CBC80;
}
</style>
background-color css
<style>
a { background-color: #5CBC80; }
a { background-color: rgb(92,188,128); }
div.DivClassName
{
background-color: #5CBC80;
}
.BgClassName
{
background-color: #5CBC80;
}
</style>
border-color css
<style>
span { border-color: #5CBC80; }
span { border-color: rgb(92,188,128); }
td.TdClassName
{
border-color: #5CBC80;
}
.TagClassName
{
border-color: #5CBC80;
}
</style>