Shades of Silver Tree #5BCC95
Tints of Silver Tree #5BCC95
RGB
CMYK
RGB Variations
Color information
#5BCC95 (or 0x5BCC95) is known color: Silver Tree. HEX triplet: 5B, CC and 95. RGB value is (91,204,149). Sum of RGB (Red+Green+Blue) = 91+204+149=444 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.50% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #5BCC95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCC95 is #A4336A. Grayscale: #A4A4A4. Windows color (decimal): -10761067 or 9817179. OLE color: 9817179.
HSL color Cylindrical-coordinate representation of color #5BCC95: hue angle of 150.8º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCC95 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 204 | 149 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.2 |
| HSL | 150.8º | 0.53% | 0.58% | - |
| HSV(B) | 150.8º | 0.55% | 0.8% | - |
| XYZ | 31.33 | 47.58 | 35.97 | - |
| YUV | 163.94 | 119.56 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 204 | 149 | 0.55 | 0 | 0.27 | 0.2 | 150.8 | 0.53 | 0.58 |
| Hex | 5B | CC | 95 | 37 | 0 | 1B | 14 | 97 | 35 | 3A |
| Octal | 133 | 314 | 225 | 67 | 0 | 33 | 24 | 227 | 65 | 72 |
| Binary | 1011011 | 11001100 | 10010101 | 110111 | 0 | 11011 | 10100 | 10010111 | 110101 | 111010 |
Color Harmonies of #5BCC95
Complementary color
Monochromatic Colors of #5BCC95
Black with #5BCC95
Text Example
Text Example
White with #5BCC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCC95; }
p { color: rgb(91,204,149); }
H1.HeaderClassName
{
color: #5BCC95;
}
.AnyTagClassName
{
color: #5BCC95;
}
</style>
background-color css
<style>
a { background-color: #5BCC95; }
a { background-color: rgb(91,204,149); }
div.DivClassName
{
background-color: #5BCC95;
}
.BgClassName
{
background-color: #5BCC95;
}
</style>
border-color css
<style>
span { border-color: #5BCC95; }
span { border-color: rgb(91,204,149); }
td.TdClassName
{
border-color: #5BCC95;
}
.TagClassName
{
border-color: #5BCC95;
}
</style>