Shades of Silver Tree #5BCA90
Tints of Silver Tree #5BCA90
RGB
CMYK
RGB Variations
Color information
#5BCA90 (or 0x5BCA90) is known color: Silver Tree. HEX triplet: 5B, CA and 90. RGB value is (91,202,144). Sum of RGB (Red+Green+Blue) = 91+202+144=437 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.82% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #5BCA90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCA90 is #A4356F. Grayscale: #A2A2A2. Windows color (decimal): -10761584 or 9488987. OLE color: 9488987.
HSL color Cylindrical-coordinate representation of color #5BCA90: hue angle of 148.65º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCA90 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 202 | 144 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.21 |
| HSL | 148.65º | 0.51% | 0.57% | - |
| HSV(B) | 148.65º | 0.55% | 0.79% | - |
| XYZ | 30.47 | 46.48 | 33.75 | - |
| YUV | 162.2 | 117.73 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 202 | 144 | 0.55 | 0 | 0.29 | 0.21 | 148.65 | 0.51 | 0.57 |
| Hex | 5B | CA | 90 | 37 | 0 | 1D | 15 | 95 | 33 | 39 |
| Octal | 133 | 312 | 220 | 67 | 0 | 35 | 25 | 225 | 63 | 71 |
| Binary | 1011011 | 11001010 | 10010000 | 110111 | 0 | 11101 | 10101 | 10010101 | 110011 | 111001 |
Color Harmonies of #5BCA90
Complementary color
Monochromatic Colors of #5BCA90
Black with #5BCA90
Text Example
Text Example
White with #5BCA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCA90; }
p { color: rgb(91,202,144); }
H1.HeaderClassName
{
color: #5BCA90;
}
.AnyTagClassName
{
color: #5BCA90;
}
</style>
background-color css
<style>
a { background-color: #5BCA90; }
a { background-color: rgb(91,202,144); }
div.DivClassName
{
background-color: #5BCA90;
}
.BgClassName
{
background-color: #5BCA90;
}
</style>
border-color css
<style>
span { border-color: #5BCA90; }
span { border-color: rgb(91,202,144); }
td.TdClassName
{
border-color: #5BCA90;
}
.TagClassName
{
border-color: #5BCA90;
}
</style>