Shades of Silver Tree #5BCE91
Tints of Silver Tree #5BCE91
RGB
CMYK
RGB Variations
Color information
#5BCE91 (or 0x5BCE91) is known color: Silver Tree. HEX triplet: 5B, CE and 91. RGB value is (91,206,145). Sum of RGB (Red+Green+Blue) = 91+206+145=442 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.59% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #5BCE91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCE91 is #A4316E. Grayscale: #A4A4A4. Windows color (decimal): -10760559 or 9555547. OLE color: 9555547.
HSL color Cylindrical-coordinate representation of color #5BCE91: hue angle of 148.17º degrees, saturation: 0.54, 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 #5BCE91 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 206 | 145 | - |
| CMYK | 0.56 | 0 | 0.30 | 0.19 |
| HSL | 148.17º | 0.54% | 0.58% | - |
| HSV(B) | 148.17º | 0.56% | 0.81% | - |
| XYZ | 31.5 | 48.41 | 34.47 | - |
| YUV | 164.66 | 116.9 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 206 | 145 | 0.56 | 0 | 0.30 | 0.19 | 148.17 | 0.54 | 0.58 |
| Hex | 5B | CE | 91 | 38 | 0 | 1E | 13 | 94 | 36 | 3A |
| Octal | 133 | 316 | 221 | 70 | 0 | 36 | 23 | 224 | 66 | 72 |
| Binary | 1011011 | 11001110 | 10010001 | 111000 | 0 | 11110 | 10011 | 10010100 | 110110 | 111010 |
Color Harmonies of #5BCE91
Complementary color
Monochromatic Colors of #5BCE91
Black with #5BCE91
Text Example
Text Example
White with #5BCE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCE91; }
p { color: rgb(91,206,145); }
H1.HeaderClassName
{
color: #5BCE91;
}
.AnyTagClassName
{
color: #5BCE91;
}
</style>
background-color css
<style>
a { background-color: #5BCE91; }
a { background-color: rgb(91,206,145); }
div.DivClassName
{
background-color: #5BCE91;
}
.BgClassName
{
background-color: #5BCE91;
}
</style>
border-color css
<style>
span { border-color: #5BCE91; }
span { border-color: rgb(91,206,145); }
td.TdClassName
{
border-color: #5BCE91;
}
.TagClassName
{
border-color: #5BCE91;
}
</style>