Shades of Silver Tree #5CBC8F
Tints of Silver Tree #5CBC8F
RGB
CMYK
RGB Variations
Color information
#5CBC8F (or 0x5CBC8F) is known color: Silver Tree. HEX triplet: 5C, BC and 8F. RGB value is (92,188,143). Sum of RGB (Red+Green+Blue) = 92+188+143=423 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.75% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CBC8F is #A34370. Grayscale: #9A9A9A. Windows color (decimal): -10699633 or 9419868. OLE color: 9419868.
HSL color Cylindrical-coordinate representation of color #5CBC8F: hue angle of 151.88º 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 #5CBC8F is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 188 | 143 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.26 |
| HSL | 151.88º | 0.42% | 0.55% | - |
| HSV(B) | 151.88º | 0.51% | 0.74% | - |
| XYZ | 27.35 | 40.22 | 32.31 | - |
| YUV | 154.17 | 121.7 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 188 | 143 | 0.51 | 0 | 0.24 | 0.26 | 151.88 | 0.42 | 0.55 |
| Hex | 5C | BC | 8F | 33 | 0 | 18 | 1A | 98 | 2A | 37 |
| Octal | 134 | 274 | 217 | 63 | 0 | 30 | 32 | 230 | 52 | 67 |
| Binary | 1011100 | 10111100 | 10001111 | 110011 | 0 | 11000 | 11010 | 10011000 | 101010 | 110111 |
Color Harmonies of #5CBC8F
Complementary color
Monochromatic Colors of #5CBC8F
Black with #5CBC8F
Text Example
Text Example
White with #5CBC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBC8F; }
p { color: rgb(92,188,143); }
H1.HeaderClassName
{
color: #5CBC8F;
}
.AnyTagClassName
{
color: #5CBC8F;
}
</style>
background-color css
<style>
a { background-color: #5CBC8F; }
a { background-color: rgb(92,188,143); }
div.DivClassName
{
background-color: #5CBC8F;
}
.BgClassName
{
background-color: #5CBC8F;
}
</style>
border-color css
<style>
span { border-color: #5CBC8F; }
span { border-color: rgb(92,188,143); }
td.TdClassName
{
border-color: #5CBC8F;
}
.TagClassName
{
border-color: #5CBC8F;
}
</style>