Shades of Silver Tree #5BD196
Tints of Silver Tree #5BD196
RGB
CMYK
RGB Variations
Color information
#5BD196 (or 0x5BD196) is known color: Silver Tree. HEX triplet: 5B, D1 and 96. RGB value is (91,209,150). Sum of RGB (Red+Green+Blue) = 91+209+150=450 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.22% from 450); Green value is 209 (82.03% from 255 or 46.44% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 209 - color contains mainly: green. Hex color #5BD196 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BD196 is #A42E69. Grayscale: #A7A7A7. Windows color (decimal): -10759786 or 9883995. OLE color: 9883995.
HSL color Cylindrical-coordinate representation of color #5BD196: hue angle of 150º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BD196 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 209 | 150 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.18 |
| HSL | 150º | 0.56% | 0.59% | - |
| HSV(B) | 150º | 0.56% | 0.82% | - |
| XYZ | 32.62 | 50.03 | 36.79 | - |
| YUV | 166.99 | 118.41 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 209 | 150 | 0.56 | 0 | 0.28 | 0.18 | 150 | 0.56 | 0.59 |
| Hex | 5B | D1 | 96 | 38 | 0 | 1C | 12 | 96 | 38 | 3B |
| Octal | 133 | 321 | 226 | 70 | 0 | 34 | 22 | 226 | 70 | 73 |
| Binary | 1011011 | 11010001 | 10010110 | 111000 | 0 | 11100 | 10010 | 10010110 | 111000 | 111011 |
Color Harmonies of #5BD196
Complementary color
Monochromatic Colors of #5BD196
Black with #5BD196
Text Example
Text Example
White with #5BD196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD196; }
p { color: rgb(91,209,150); }
H1.HeaderClassName
{
color: #5BD196;
}
.AnyTagClassName
{
color: #5BD196;
}
</style>
background-color css
<style>
a { background-color: #5BD196; }
a { background-color: rgb(91,209,150); }
div.DivClassName
{
background-color: #5BD196;
}
.BgClassName
{
background-color: #5BD196;
}
</style>
border-color css
<style>
span { border-color: #5BD196; }
span { border-color: rgb(91,209,150); }
td.TdClassName
{
border-color: #5BD196;
}
.TagClassName
{
border-color: #5BD196;
}
</style>