Shades of Silver Tree #58D296
Tints of Silver Tree #58D296
RGB
CMYK
RGB Variations
Color information
#58D296 (or 0x58D296) is known color: Silver Tree. HEX triplet: 58, D2 and 96. RGB value is (88,210,150). Sum of RGB (Red+Green+Blue) = 88+210+150=448 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.64% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 210 - color contains mainly: green. Hex color #58D296 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58D296 is #A72D69. Grayscale: #A6A6A6. Windows color (decimal): -10956138 or 9884248. OLE color: 9884248.
HSL color Cylindrical-coordinate representation of color #58D296: hue angle of 150.49º degrees, saturation: 0.58, 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 #58D296 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 210 | 150 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.18 |
| HSL | 150.49º | 0.58% | 0.58% | - |
| HSV(B) | 150.49º | 0.58% | 0.82% | - |
| XYZ | 32.58 | 50.37 | 36.86 | - |
| YUV | 166.68 | 118.58 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 210 | 150 | 0.58 | 0 | 0.29 | 0.18 | 150.49 | 0.58 | 0.58 |
| Hex | 58 | D2 | 96 | 3A | 0 | 1D | 12 | 96 | 3A | 3A |
| Octal | 130 | 322 | 226 | 72 | 0 | 35 | 22 | 226 | 72 | 72 |
| Binary | 1011000 | 11010010 | 10010110 | 111010 | 0 | 11101 | 10010 | 10010110 | 111010 | 111010 |
Color Harmonies of #58D296
Complementary color
Monochromatic Colors of #58D296
Black with #58D296
Text Example
Text Example
White with #58D296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D296; }
p { color: rgb(88,210,150); }
H1.HeaderClassName
{
color: #58D296;
}
.AnyTagClassName
{
color: #58D296;
}
</style>
background-color css
<style>
a { background-color: #58D296; }
a { background-color: rgb(88,210,150); }
div.DivClassName
{
background-color: #58D296;
}
.BgClassName
{
background-color: #58D296;
}
</style>
border-color css
<style>
span { border-color: #58D296; }
span { border-color: rgb(88,210,150); }
td.TdClassName
{
border-color: #58D296;
}
.TagClassName
{
border-color: #58D296;
}
</style>