Shades of Silver Tree #5CC08C
Tints of Silver Tree #5CC08C
RGB
CMYK
RGB Variations
Color information
#5CC08C (or 0x5CC08C) is known color: Silver Tree. HEX triplet: 5C, C0 and 8C. RGB value is (92,192,140). Sum of RGB (Red+Green+Blue) = 92+192+140=424 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.70% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #5CC08C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC08C is #A33F73. Grayscale: #9C9C9C. Windows color (decimal): -10698612 or 9224284. OLE color: 9224284.
HSL color Cylindrical-coordinate representation of color #5CC08C: hue angle of 148.8º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CC08C is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 192 | 140 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.25 |
| HSL | 148.8º | 0.44% | 0.56% | - |
| HSV(B) | 148.8º | 0.52% | 0.75% | - |
| XYZ | 28 | 41.87 | 31.42 | - |
| YUV | 156.17 | 118.87 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 192 | 140 | 0.52 | 0 | 0.27 | 0.25 | 148.8 | 0.44 | 0.56 |
| Hex | 5C | C0 | 8C | 34 | 0 | 1B | 19 | 95 | 2C | 38 |
| Octal | 134 | 300 | 214 | 64 | 0 | 33 | 31 | 225 | 54 | 70 |
| Binary | 1011100 | 11000000 | 10001100 | 110100 | 0 | 11011 | 11001 | 10010101 | 101100 | 111000 |
Color Harmonies of #5CC08C
Complementary color
Monochromatic Colors of #5CC08C
Black with #5CC08C
Text Example
Text Example
White with #5CC08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC08C; }
p { color: rgb(92,192,140); }
H1.HeaderClassName
{
color: #5CC08C;
}
.AnyTagClassName
{
color: #5CC08C;
}
</style>
background-color css
<style>
a { background-color: #5CC08C; }
a { background-color: rgb(92,192,140); }
div.DivClassName
{
background-color: #5CC08C;
}
.BgClassName
{
background-color: #5CC08C;
}
</style>
border-color css
<style>
span { border-color: #5CC08C; }
span { border-color: rgb(92,192,140); }
td.TdClassName
{
border-color: #5CC08C;
}
.TagClassName
{
border-color: #5CC08C;
}
</style>