Shades of Silver Tree #5DB88C
Tints of Silver Tree #5DB88C
RGB
CMYK
RGB Variations
Color information
#5DB88C (or 0x5DB88C) is known color: Silver Tree. HEX triplet: 5D, B8 and 8C. RGB value is (93,184,140). Sum of RGB (Red+Green+Blue) = 93+184+140=417 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.30% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 184 - color contains mainly: green. Hex color #5DB88C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB88C is #A24773. Grayscale: #979797. Windows color (decimal): -10635124 or 9222237. OLE color: 9222237.
HSL color Cylindrical-coordinate representation of color #5DB88C: hue angle of 150.99º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5DB88C is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 184 | 140 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.28 |
| HSL | 150.99º | 0.39% | 0.54% | - |
| HSV(B) | 150.99º | 0.49% | 0.72% | - |
| XYZ | 26.39 | 38.5 | 30.85 | - |
| YUV | 151.78 | 121.35 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 184 | 140 | 0.49 | 0 | 0.24 | 0.28 | 150.99 | 0.39 | 0.54 |
| Hex | 5D | B8 | 8C | 31 | 0 | 18 | 1C | 97 | 27 | 36 |
| Octal | 135 | 270 | 214 | 61 | 0 | 30 | 34 | 227 | 47 | 66 |
| Binary | 1011101 | 10111000 | 10001100 | 110001 | 0 | 11000 | 11100 | 10010111 | 100111 | 110110 |
Color Harmonies of #5DB88C
Complementary color
Monochromatic Colors of #5DB88C
Black with #5DB88C
Text Example
Text Example
White with #5DB88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB88C; }
p { color: rgb(93,184,140); }
H1.HeaderClassName
{
color: #5DB88C;
}
.AnyTagClassName
{
color: #5DB88C;
}
</style>
background-color css
<style>
a { background-color: #5DB88C; }
a { background-color: rgb(93,184,140); }
div.DivClassName
{
background-color: #5DB88C;
}
.BgClassName
{
background-color: #5DB88C;
}
</style>
border-color css
<style>
span { border-color: #5DB88C; }
span { border-color: rgb(93,184,140); }
td.TdClassName
{
border-color: #5DB88C;
}
.TagClassName
{
border-color: #5DB88C;
}
</style>