Shades of Silver Tree #5DBF84
Tints of Silver Tree #5DBF84
RGB
CMYK
RGB Variations
Color information
#5DBF84 (or 0x5DBF84) is known color: Silver Tree. HEX triplet: 5D, BF and 84. RGB value is (93,191,132). Sum of RGB (Red+Green+Blue) = 93+191+132=416 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.36% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBF84 is #A2407B. Grayscale: #9B9B9B. Windows color (decimal): -10633340 or 8699741. OLE color: 8699741.
HSL color Cylindrical-coordinate representation of color #5DBF84: hue angle of 143.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBF84 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 191 | 132 | - |
| CMYK | 0.51 | 0 | 0.31 | 0.25 |
| HSL | 143.88º | 0.43% | 0.56% | - |
| HSV(B) | 143.88º | 0.51% | 0.75% | - |
| XYZ | 27.31 | 41.25 | 28.35 | - |
| YUV | 154.97 | 115.03 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 132 | 0.51 | 0 | 0.31 | 0.25 | 143.88 | 0.43 | 0.56 |
| Hex | 5D | BF | 84 | 33 | 0 | 1F | 19 | 90 | 2B | 38 |
| Octal | 135 | 277 | 204 | 63 | 0 | 37 | 31 | 220 | 53 | 70 |
| Binary | 1011101 | 10111111 | 10000100 | 110011 | 0 | 11111 | 11001 | 10010000 | 101011 | 111000 |
Color Harmonies of #5DBF84
Complementary color
Monochromatic Colors of #5DBF84
Black with #5DBF84
Text Example
Text Example
White with #5DBF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBF84; }
p { color: rgb(93,191,132); }
H1.HeaderClassName
{
color: #5DBF84;
}
.AnyTagClassName
{
color: #5DBF84;
}
</style>
background-color css
<style>
a { background-color: #5DBF84; }
a { background-color: rgb(93,191,132); }
div.DivClassName
{
background-color: #5DBF84;
}
.BgClassName
{
background-color: #5DBF84;
}
</style>
border-color css
<style>
span { border-color: #5DBF84; }
span { border-color: rgb(93,191,132); }
td.TdClassName
{
border-color: #5DBF84;
}
.TagClassName
{
border-color: #5DBF84;
}
</style>