Shades of Silver Tree #5CD896
Tints of Silver Tree #5CD896
RGB
CMYK
RGB Variations
Color information
#5CD896 (or 0x5CD896) is known color: Silver Tree. HEX triplet: 5C, D8 and 96. RGB value is (92,216,150). Sum of RGB (Red+Green+Blue) = 92+216+150=458 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.09% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 216 - color contains mainly: green. Hex color #5CD896 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CD896 is #A32769. Grayscale: #ABABAB. Windows color (decimal): -10692458 or 9885788. OLE color: 9885788.
HSL color Cylindrical-coordinate representation of color #5CD896: hue angle of 148.06º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CD896 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 216 | 150 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.15 |
| HSL | 148.06º | 0.61% | 0.6% | - |
| HSV(B) | 148.06º | 0.57% | 0.85% | - |
| XYZ | 34.47 | 53.59 | 37.38 | - |
| YUV | 171.4 | 115.92 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 216 | 150 | 0.57 | 0 | 0.31 | 0.15 | 148.06 | 0.61 | 0.6 |
| Hex | 5C | D8 | 96 | 39 | 0 | 1F | F | 94 | 3D | 3C |
| Octal | 134 | 330 | 226 | 71 | 0 | 37 | 17 | 224 | 75 | 74 |
| Binary | 1011100 | 11011000 | 10010110 | 111001 | 0 | 11111 | 1111 | 10010100 | 111101 | 111100 |
Color Harmonies of #5CD896
Complementary color
Monochromatic Colors of #5CD896
Black with #5CD896
Text Example
Text Example
White with #5CD896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD896; }
p { color: rgb(92,216,150); }
H1.HeaderClassName
{
color: #5CD896;
}
.AnyTagClassName
{
color: #5CD896;
}
</style>
background-color css
<style>
a { background-color: #5CD896; }
a { background-color: rgb(92,216,150); }
div.DivClassName
{
background-color: #5CD896;
}
.BgClassName
{
background-color: #5CD896;
}
</style>
border-color css
<style>
span { border-color: #5CD896; }
span { border-color: rgb(92,216,150); }
td.TdClassName
{
border-color: #5CD896;
}
.TagClassName
{
border-color: #5CD896;
}
</style>