Shades of Silver Tree #5CC492
Tints of Silver Tree #5CC492
RGB
CMYK
RGB Variations
Color information
#5CC492 (or 0x5CC492) is known color: Silver Tree. HEX triplet: 5C, C4 and 92. RGB value is (92,196,146). Sum of RGB (Red+Green+Blue) = 92+196+146=434 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.20% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 196 - color contains mainly: green. Hex color #5CC492 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC492 is #A33B6D. Grayscale: #9F9F9F. Windows color (decimal): -10697582 or 9618524. OLE color: 9618524.
HSL color Cylindrical-coordinate representation of color #5CC492: hue angle of 151.15º 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 #5CC492 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 92 | 196 | 146 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.23 |
| HSL | 151.15º | 0.47% | 0.56% | - |
| HSV(B) | 151.15º | 0.53% | 0.77% | - |
| XYZ | 29.34 | 43.83 | 34.11 | - |
| YUV | 159.2 | 120.54 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 196 | 146 | 0.53 | 0 | 0.26 | 0.23 | 151.15 | 0.47 | 0.56 |
| Hex | 5C | C4 | 92 | 35 | 0 | 1A | 17 | 97 | 2F | 38 |
| Octal | 134 | 304 | 222 | 65 | 0 | 32 | 27 | 227 | 57 | 70 |
| Binary | 1011100 | 11000100 | 10010010 | 110101 | 0 | 11010 | 10111 | 10010111 | 101111 | 111000 |
Color Harmonies of #5CC492
Complementary color
Monochromatic Colors of #5CC492
Black with #5CC492
Text Example
Text Example
White with #5CC492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC492; }
p { color: rgb(92,196,146); }
H1.HeaderClassName
{
color: #5CC492;
}
.AnyTagClassName
{
color: #5CC492;
}
</style>
background-color css
<style>
a { background-color: #5CC492; }
a { background-color: rgb(92,196,146); }
div.DivClassName
{
background-color: #5CC492;
}
.BgClassName
{
background-color: #5CC492;
}
</style>
border-color css
<style>
span { border-color: #5CC492; }
span { border-color: rgb(92,196,146); }
td.TdClassName
{
border-color: #5CC492;
}
.TagClassName
{
border-color: #5CC492;
}
</style>