Shades of Silver Tree #5DCB90
Tints of Silver Tree #5DCB90
RGB
CMYK
RGB Variations
Color information
#5DCB90 (or 0x5DCB90) is known color: Silver Tree. HEX triplet: 5D, CB and 90. RGB value is (93,203,144). Sum of RGB (Red+Green+Blue) = 93+203+144=440 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.14% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCB90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCB90 is #A2346F. Grayscale: #A3A3A3. Windows color (decimal): -10630256 or 9489245. OLE color: 9489245.
HSL color Cylindrical-coordinate representation of color #5DCB90: hue angle of 147.82º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCB90 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 203 | 144 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.20 |
| HSL | 147.82º | 0.51% | 0.58% | - |
| HSV(B) | 147.82º | 0.54% | 0.8% | - |
| XYZ | 30.9 | 47.05 | 33.84 | - |
| YUV | 163.38 | 117.06 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 203 | 144 | 0.54 | 0 | 0.29 | 0.20 | 147.82 | 0.51 | 0.58 |
| Hex | 5D | CB | 90 | 36 | 0 | 1D | 14 | 94 | 33 | 3A |
| Octal | 135 | 313 | 220 | 66 | 0 | 35 | 24 | 224 | 63 | 72 |
| Binary | 1011101 | 11001011 | 10010000 | 110110 | 0 | 11101 | 10100 | 10010100 | 110011 | 111010 |
Color Harmonies of #5DCB90
Complementary color
Monochromatic Colors of #5DCB90
Black with #5DCB90
Text Example
Text Example
White with #5DCB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCB90; }
p { color: rgb(93,203,144); }
H1.HeaderClassName
{
color: #5DCB90;
}
.AnyTagClassName
{
color: #5DCB90;
}
</style>
background-color css
<style>
a { background-color: #5DCB90; }
a { background-color: rgb(93,203,144); }
div.DivClassName
{
background-color: #5DCB90;
}
.BgClassName
{
background-color: #5DCB90;
}
</style>
border-color css
<style>
span { border-color: #5DCB90; }
span { border-color: rgb(93,203,144); }
td.TdClassName
{
border-color: #5DCB90;
}
.TagClassName
{
border-color: #5DCB90;
}
</style>