Shades of Silver Tree #58D095
Tints of Silver Tree #58D095
RGB
CMYK
RGB Variations
Color information
#58D095 (or 0x58D095) is known color: Silver Tree. HEX triplet: 58, D0 and 95. RGB value is (88,208,149). Sum of RGB (Red+Green+Blue) = 88+208+149=445 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.78% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #58D095 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58D095 is #A72F6A. Grayscale: #A5A5A5. Windows color (decimal): -10956651 or 9818200. OLE color: 9818200.
HSL color Cylindrical-coordinate representation of color #58D095: hue angle of 150.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D095 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 208 | 149 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.18 |
| HSL | 150.5º | 0.56% | 0.58% | - |
| HSV(B) | 150.5º | 0.58% | 0.82% | - |
| XYZ | 32.01 | 49.36 | 36.27 | - |
| YUV | 165.39 | 118.74 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 208 | 149 | 0.58 | 0 | 0.28 | 0.18 | 150.5 | 0.56 | 0.58 |
| Hex | 58 | D0 | 95 | 3A | 0 | 1C | 12 | 96 | 38 | 3A |
| Octal | 130 | 320 | 225 | 72 | 0 | 34 | 22 | 226 | 70 | 72 |
| Binary | 1011000 | 11010000 | 10010101 | 111010 | 0 | 11100 | 10010 | 10010110 | 111000 | 111010 |
Color Harmonies of #58D095
Complementary color
Monochromatic Colors of #58D095
Black with #58D095
Text Example
Text Example
White with #58D095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D095; }
p { color: rgb(88,208,149); }
H1.HeaderClassName
{
color: #58D095;
}
.AnyTagClassName
{
color: #58D095;
}
</style>
background-color css
<style>
a { background-color: #58D095; }
a { background-color: rgb(88,208,149); }
div.DivClassName
{
background-color: #58D095;
}
.BgClassName
{
background-color: #58D095;
}
</style>
border-color css
<style>
span { border-color: #58D095; }
span { border-color: rgb(88,208,149); }
td.TdClassName
{
border-color: #58D095;
}
.TagClassName
{
border-color: #58D095;
}
</style>