Shades of Silver Tree #5CB88C
Tints of Silver Tree #5CB88C
RGB
CMYK
RGB Variations
Color information
#5CB88C (or 0x5CB88C) is known color: Silver Tree. HEX triplet: 5C, B8 and 8C. RGB value is (92,184,140). Sum of RGB (Red+Green+Blue) = 92+184+140=416 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.12% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 184 - color contains mainly: green. Hex color #5CB88C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB88C is #A34773. Grayscale: #979797. Windows color (decimal): -10700660 or 9222236. OLE color: 9222236.
HSL color Cylindrical-coordinate representation of color #5CB88C: hue angle of 151.3º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CB88C is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 92 | 184 | 140 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.28 |
| HSL | 151.3º | 0.39% | 0.54% | - |
| HSV(B) | 151.3º | 0.5% | 0.72% | - |
| XYZ | 26.29 | 38.45 | 30.85 | - |
| YUV | 151.48 | 121.52 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 184 | 140 | 0.50 | 0 | 0.24 | 0.28 | 151.3 | 0.39 | 0.54 |
| Hex | 5C | B8 | 8C | 32 | 0 | 18 | 1C | 97 | 27 | 36 |
| Octal | 134 | 270 | 214 | 62 | 0 | 30 | 34 | 227 | 47 | 66 |
| Binary | 1011100 | 10111000 | 10001100 | 110010 | 0 | 11000 | 11100 | 10010111 | 100111 | 110110 |
Color Harmonies of #5CB88C
Complementary color
Monochromatic Colors of #5CB88C
Black with #5CB88C
Text Example
Text Example
White with #5CB88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB88C; }
p { color: rgb(92,184,140); }
H1.HeaderClassName
{
color: #5CB88C;
}
.AnyTagClassName
{
color: #5CB88C;
}
</style>
background-color css
<style>
a { background-color: #5CB88C; }
a { background-color: rgb(92,184,140); }
div.DivClassName
{
background-color: #5CB88C;
}
.BgClassName
{
background-color: #5CB88C;
}
</style>
border-color css
<style>
span { border-color: #5CB88C; }
span { border-color: rgb(92,184,140); }
td.TdClassName
{
border-color: #5CB88C;
}
.TagClassName
{
border-color: #5CB88C;
}
</style>