Shades of Silver Tree #5CC292
Tints of Silver Tree #5CC292
RGB
CMYK
RGB Variations
Color information
#5CC292 (or 0x5CC292) is known color: Silver Tree. HEX triplet: 5C, C2 and 92. RGB value is (92,194,146). Sum of RGB (Red+Green+Blue) = 92+194+146=432 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.30% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 194 - color contains mainly: green. Hex color #5CC292 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC292 is #A33D6D. Grayscale: #9E9E9E. Windows color (decimal): -10698094 or 9618012. OLE color: 9618012.
HSL color Cylindrical-coordinate representation of color #5CC292: hue angle of 151.76º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC292 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 194 | 146 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.24 |
| HSL | 151.76º | 0.46% | 0.56% | - |
| HSV(B) | 151.76º | 0.53% | 0.76% | - |
| XYZ | 28.89 | 42.93 | 33.96 | - |
| YUV | 158.03 | 121.21 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 194 | 146 | 0.53 | 0 | 0.25 | 0.24 | 151.76 | 0.46 | 0.56 |
| Hex | 5C | C2 | 92 | 35 | 0 | 19 | 18 | 98 | 2E | 38 |
| Octal | 134 | 302 | 222 | 65 | 0 | 31 | 30 | 230 | 56 | 70 |
| Binary | 1011100 | 11000010 | 10010010 | 110101 | 0 | 11001 | 11000 | 10011000 | 101110 | 111000 |
Color Harmonies of #5CC292
Complementary color
Monochromatic Colors of #5CC292
Black with #5CC292
Text Example
Text Example
White with #5CC292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC292; }
p { color: rgb(92,194,146); }
H1.HeaderClassName
{
color: #5CC292;
}
.AnyTagClassName
{
color: #5CC292;
}
</style>
background-color css
<style>
a { background-color: #5CC292; }
a { background-color: rgb(92,194,146); }
div.DivClassName
{
background-color: #5CC292;
}
.BgClassName
{
background-color: #5CC292;
}
</style>
border-color css
<style>
span { border-color: #5CC292; }
span { border-color: rgb(92,194,146); }
td.TdClassName
{
border-color: #5CC292;
}
.TagClassName
{
border-color: #5CC292;
}
</style>