Shades of Silver Tree #5DCB8C
Tints of Silver Tree #5DCB8C
RGB
CMYK
RGB Variations
Color information
#5DCB8C (or 0x5DCB8C) is known color: Silver Tree. HEX triplet: 5D, CB and 8C. RGB value is (93,203,140). Sum of RGB (Red+Green+Blue) = 93+203+140=436 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.33% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCB8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCB8C is #A23473. Grayscale: #A3A3A3. Windows color (decimal): -10630260 or 9227101. OLE color: 9227101.
HSL color Cylindrical-coordinate representation of color #5DCB8C: hue angle of 145.64º 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 #5DCB8C is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 203 | 140 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.20 |
| HSL | 145.64º | 0.51% | 0.58% | - |
| HSV(B) | 145.64º | 0.54% | 0.8% | - |
| XYZ | 30.6 | 46.93 | 32.26 | - |
| YUV | 162.93 | 115.06 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 203 | 140 | 0.54 | 0 | 0.31 | 0.20 | 145.64 | 0.51 | 0.58 |
| Hex | 5D | CB | 8C | 36 | 0 | 1F | 14 | 92 | 33 | 3A |
| Octal | 135 | 313 | 214 | 66 | 0 | 37 | 24 | 222 | 63 | 72 |
| Binary | 1011101 | 11001011 | 10001100 | 110110 | 0 | 11111 | 10100 | 10010010 | 110011 | 111010 |
Color Harmonies of #5DCB8C
Complementary color
Monochromatic Colors of #5DCB8C
Black with #5DCB8C
Text Example
Text Example
White with #5DCB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCB8C; }
p { color: rgb(93,203,140); }
H1.HeaderClassName
{
color: #5DCB8C;
}
.AnyTagClassName
{
color: #5DCB8C;
}
</style>
background-color css
<style>
a { background-color: #5DCB8C; }
a { background-color: rgb(93,203,140); }
div.DivClassName
{
background-color: #5DCB8C;
}
.BgClassName
{
background-color: #5DCB8C;
}
</style>
border-color css
<style>
span { border-color: #5DCB8C; }
span { border-color: rgb(93,203,140); }
td.TdClassName
{
border-color: #5DCB8C;
}
.TagClassName
{
border-color: #5DCB8C;
}
</style>