Shades of Silver Tree #5DCB8F
Tints of Silver Tree #5DCB8F
RGB
CMYK
RGB Variations
Color information
#5DCB8F (or 0x5DCB8F) is known color: Silver Tree. HEX triplet: 5D, CB and 8F. RGB value is (93,203,143). Sum of RGB (Red+Green+Blue) = 93+203+143=439 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.18% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCB8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCB8F is #A23470. Grayscale: #A3A3A3. Windows color (decimal): -10630257 or 9423709. OLE color: 9423709.
HSL color Cylindrical-coordinate representation of color #5DCB8F: hue angle of 147.27º 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 #5DCB8F is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 203 | 143 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.20 |
| HSL | 147.27º | 0.51% | 0.58% | - |
| HSV(B) | 147.27º | 0.54% | 0.8% | - |
| XYZ | 30.83 | 47.02 | 33.44 | - |
| YUV | 163.27 | 116.56 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 203 | 143 | 0.54 | 0 | 0.30 | 0.20 | 147.27 | 0.51 | 0.58 |
| Hex | 5D | CB | 8F | 36 | 0 | 1E | 14 | 93 | 33 | 3A |
| Octal | 135 | 313 | 217 | 66 | 0 | 36 | 24 | 223 | 63 | 72 |
| Binary | 1011101 | 11001011 | 10001111 | 110110 | 0 | 11110 | 10100 | 10010011 | 110011 | 111010 |
Color Harmonies of #5DCB8F
Complementary color
Monochromatic Colors of #5DCB8F
Black with #5DCB8F
Text Example
Text Example
White with #5DCB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCB8F; }
p { color: rgb(93,203,143); }
H1.HeaderClassName
{
color: #5DCB8F;
}
.AnyTagClassName
{
color: #5DCB8F;
}
</style>
background-color css
<style>
a { background-color: #5DCB8F; }
a { background-color: rgb(93,203,143); }
div.DivClassName
{
background-color: #5DCB8F;
}
.BgClassName
{
background-color: #5DCB8F;
}
</style>
border-color css
<style>
span { border-color: #5DCB8F; }
span { border-color: rgb(93,203,143); }
td.TdClassName
{
border-color: #5DCB8F;
}
.TagClassName
{
border-color: #5DCB8F;
}
</style>