Shades of Silver Tree #5BCF96
Tints of Silver Tree #5BCF96
RGB
CMYK
RGB Variations
Color information
#5BCF96 (or 0x5BCF96) is known color: Silver Tree. HEX triplet: 5B, CF and 96. RGB value is (91,207,150). Sum of RGB (Red+Green+Blue) = 91+207+150=448 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.31% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCF96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCF96 is #A43069. Grayscale: #A5A5A5. Windows color (decimal): -10760298 or 9883483. OLE color: 9883483.
HSL color Cylindrical-coordinate representation of color #5BCF96: hue angle of 150.52º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCF96 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 207 | 150 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.19 |
| HSL | 150.52º | 0.55% | 0.58% | - |
| HSV(B) | 150.52º | 0.56% | 0.81% | - |
| XYZ | 32.13 | 49.05 | 36.63 | - |
| YUV | 165.82 | 119.07 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 150 | 0.56 | 0 | 0.28 | 0.19 | 150.52 | 0.55 | 0.58 |
| Hex | 5B | CF | 96 | 38 | 0 | 1C | 13 | 97 | 37 | 3A |
| Octal | 133 | 317 | 226 | 70 | 0 | 34 | 23 | 227 | 67 | 72 |
| Binary | 1011011 | 11001111 | 10010110 | 111000 | 0 | 11100 | 10011 | 10010111 | 110111 | 111010 |
Color Harmonies of #5BCF96
Complementary color
Monochromatic Colors of #5BCF96
Black with #5BCF96
Text Example
Text Example
White with #5BCF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCF96; }
p { color: rgb(91,207,150); }
H1.HeaderClassName
{
color: #5BCF96;
}
.AnyTagClassName
{
color: #5BCF96;
}
</style>
background-color css
<style>
a { background-color: #5BCF96; }
a { background-color: rgb(91,207,150); }
div.DivClassName
{
background-color: #5BCF96;
}
.BgClassName
{
background-color: #5BCF96;
}
</style>
border-color css
<style>
span { border-color: #5BCF96; }
span { border-color: rgb(91,207,150); }
td.TdClassName
{
border-color: #5BCF96;
}
.TagClassName
{
border-color: #5BCF96;
}
</style>