Shades of Silver Tree #5CC48C
Tints of Silver Tree #5CC48C
RGB
CMYK
RGB Variations
Color information
#5CC48C (or 0x5CC48C) is known color: Silver Tree. HEX triplet: 5C, C4 and 8C. RGB value is (92,196,140). Sum of RGB (Red+Green+Blue) = 92+196+140=428 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.50% from 428); Green value is 196 (76.95% from 255 or 45.79% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 196 - color contains mainly: green. Hex color #5CC48C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC48C is #A33B73. Grayscale: #9E9E9E. Windows color (decimal): -10697588 or 9225308. OLE color: 9225308.
HSL color Cylindrical-coordinate representation of color #5CC48C: hue angle of 147.69º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC48C is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 92 | 196 | 140 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.23 |
| HSL | 147.69º | 0.47% | 0.56% | - |
| HSV(B) | 147.69º | 0.53% | 0.77% | - |
| XYZ | 28.89 | 43.65 | 31.71 | - |
| YUV | 158.52 | 117.54 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 196 | 140 | 0.53 | 0 | 0.29 | 0.23 | 147.69 | 0.47 | 0.56 |
| Hex | 5C | C4 | 8C | 35 | 0 | 1D | 17 | 94 | 2F | 38 |
| Octal | 134 | 304 | 214 | 65 | 0 | 35 | 27 | 224 | 57 | 70 |
| Binary | 1011100 | 11000100 | 10001100 | 110101 | 0 | 11101 | 10111 | 10010100 | 101111 | 111000 |
Color Harmonies of #5CC48C
Complementary color
Monochromatic Colors of #5CC48C
Black with #5CC48C
Text Example
Text Example
White with #5CC48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC48C; }
p { color: rgb(92,196,140); }
H1.HeaderClassName
{
color: #5CC48C;
}
.AnyTagClassName
{
color: #5CC48C;
}
</style>
background-color css
<style>
a { background-color: #5CC48C; }
a { background-color: rgb(92,196,140); }
div.DivClassName
{
background-color: #5CC48C;
}
.BgClassName
{
background-color: #5CC48C;
}
</style>
border-color css
<style>
span { border-color: #5CC48C; }
span { border-color: rgb(92,196,140); }
td.TdClassName
{
border-color: #5CC48C;
}
.TagClassName
{
border-color: #5CC48C;
}
</style>