Shades of Silver Tree #5DCB8B
Tints of Silver Tree #5DCB8B
RGB
CMYK
RGB Variations
Color information
#5DCB8B (or 0x5DCB8B) is known color: Silver Tree. HEX triplet: 5D, CB and 8B. RGB value is (93,203,139). Sum of RGB (Red+Green+Blue) = 93+203+139=435 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.38% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCB8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCB8B is #A23474. Grayscale: #A2A2A2. Windows color (decimal): -10630261 or 9161565. OLE color: 9161565.
HSL color Cylindrical-coordinate representation of color #5DCB8B: hue angle of 145.09º 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 #5DCB8B is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 203 | 139 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.20 |
| HSL | 145.09º | 0.51% | 0.58% | - |
| HSV(B) | 145.09º | 0.54% | 0.8% | - |
| XYZ | 30.53 | 46.9 | 31.87 | - |
| YUV | 162.81 | 114.56 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 203 | 139 | 0.54 | 0 | 0.32 | 0.20 | 145.09 | 0.51 | 0.58 |
| Hex | 5D | CB | 8B | 36 | 0 | 20 | 14 | 91 | 33 | 3A |
| Octal | 135 | 313 | 213 | 66 | 0 | 40 | 24 | 221 | 63 | 72 |
| Binary | 1011101 | 11001011 | 10001011 | 110110 | 0 | 100000 | 10100 | 10010001 | 110011 | 111010 |
Color Harmonies of #5DCB8B
Complementary color
Monochromatic Colors of #5DCB8B
Black with #5DCB8B
Text Example
Text Example
White with #5DCB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCB8B; }
p { color: rgb(93,203,139); }
H1.HeaderClassName
{
color: #5DCB8B;
}
.AnyTagClassName
{
color: #5DCB8B;
}
</style>
background-color css
<style>
a { background-color: #5DCB8B; }
a { background-color: rgb(93,203,139); }
div.DivClassName
{
background-color: #5DCB8B;
}
.BgClassName
{
background-color: #5DCB8B;
}
</style>
border-color css
<style>
span { border-color: #5DCB8B; }
span { border-color: rgb(93,203,139); }
td.TdClassName
{
border-color: #5DCB8B;
}
.TagClassName
{
border-color: #5DCB8B;
}
</style>