Shades of Silver Tree #5DD296
Tints of Silver Tree #5DD296
RGB
CMYK
RGB Variations
Color information
#5DD296 (or 0x5DD296) is known color: Silver Tree. HEX triplet: 5D, D2 and 96. RGB value is (93,210,150). Sum of RGB (Red+Green+Blue) = 93+210+150=453 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.53% from 453); Green value is 210 (82.42% from 255 or 46.36% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 210 - color contains mainly: green. Hex color #5DD296 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD296 is #A22D69. Grayscale: #A8A8A8. Windows color (decimal): -10628458 or 9884253. OLE color: 9884253.
HSL color Cylindrical-coordinate representation of color #5DD296: hue angle of 149.23º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DD296 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 210 | 150 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.18 |
| HSL | 149.23º | 0.57% | 0.59% | - |
| HSV(B) | 149.23º | 0.56% | 0.82% | - |
| XYZ | 33.07 | 50.62 | 36.88 | - |
| YUV | 168.18 | 117.74 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 210 | 150 | 0.56 | 0 | 0.29 | 0.18 | 149.23 | 0.57 | 0.59 |
| Hex | 5D | D2 | 96 | 38 | 0 | 1D | 12 | 95 | 39 | 3B |
| Octal | 135 | 322 | 226 | 70 | 0 | 35 | 22 | 225 | 71 | 73 |
| Binary | 1011101 | 11010010 | 10010110 | 111000 | 0 | 11101 | 10010 | 10010101 | 111001 | 111011 |
Color Harmonies of #5DD296
Complementary color
Monochromatic Colors of #5DD296
Black with #5DD296
Text Example
Text Example
White with #5DD296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD296; }
p { color: rgb(93,210,150); }
H1.HeaderClassName
{
color: #5DD296;
}
.AnyTagClassName
{
color: #5DD296;
}
</style>
background-color css
<style>
a { background-color: #5DD296; }
a { background-color: rgb(93,210,150); }
div.DivClassName
{
background-color: #5DD296;
}
.BgClassName
{
background-color: #5DD296;
}
</style>
border-color css
<style>
span { border-color: #5DD296; }
span { border-color: rgb(93,210,150); }
td.TdClassName
{
border-color: #5DD296;
}
.TagClassName
{
border-color: #5DD296;
}
</style>