Shades of Silver Tree #58C295
Tints of Silver Tree #58C295
RGB
CMYK
RGB Variations
Color information
#58C295 (or 0x58C295) is known color: Silver Tree. HEX triplet: 58, C2 and 95. RGB value is (88,194,149). Sum of RGB (Red+Green+Blue) = 88+194+149=431 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.42% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 194 - color contains mainly: green. Hex color #58C295 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C295 is #A73D6A. Grayscale: #9D9D9D. Windows color (decimal): -10960235 or 9814616. OLE color: 9814616.
HSL color Cylindrical-coordinate representation of color #58C295: hue angle of 154.53º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58C295 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 194 | 149 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.24 |
| HSL | 154.53º | 0.46% | 0.55% | - |
| HSV(B) | 154.53º | 0.55% | 0.76% | - |
| XYZ | 28.74 | 42.83 | 35.19 | - |
| YUV | 157.18 | 123.38 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 194 | 149 | 0.55 | 0 | 0.23 | 0.24 | 154.53 | 0.46 | 0.55 |
| Hex | 58 | C2 | 95 | 37 | 0 | 17 | 18 | 9B | 2E | 37 |
| Octal | 130 | 302 | 225 | 67 | 0 | 27 | 30 | 233 | 56 | 67 |
| Binary | 1011000 | 11000010 | 10010101 | 110111 | 0 | 10111 | 11000 | 10011011 | 101110 | 110111 |
Color Harmonies of #58C295
Complementary color
Monochromatic Colors of #58C295
Black with #58C295
Text Example
Text Example
White with #58C295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C295; }
p { color: rgb(88,194,149); }
H1.HeaderClassName
{
color: #58C295;
}
.AnyTagClassName
{
color: #58C295;
}
</style>
background-color css
<style>
a { background-color: #58C295; }
a { background-color: rgb(88,194,149); }
div.DivClassName
{
background-color: #58C295;
}
.BgClassName
{
background-color: #58C295;
}
</style>
border-color css
<style>
span { border-color: #58C295; }
span { border-color: rgb(88,194,149); }
td.TdClassName
{
border-color: #58C295;
}
.TagClassName
{
border-color: #58C295;
}
</style>