Shades of Silver Tree #5DDD8F
Tints of Silver Tree #5DDD8F
RGB
CMYK
RGB Variations
Color information
#5DDD8F (or 0x5DDD8F) is known color: Silver Tree. HEX triplet: 5D, DD and 8F. RGB value is (93,221,143). Sum of RGB (Red+Green+Blue) = 93+221+143=457 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.35% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #5DDD8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDD8F is #A22270. Grayscale: #AEAEAE. Windows color (decimal): -10625649 or 9428317. OLE color: 9428317.
HSL color Cylindrical-coordinate representation of color #5DDD8F: hue angle of 143.44º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDD8F is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 221 | 143 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.13 |
| HSL | 143.44º | 0.65% | 0.62% | - |
| HSV(B) | 143.44º | 0.58% | 0.87% | - |
| XYZ | 35.33 | 56.02 | 34.94 | - |
| YUV | 173.84 | 110.59 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 221 | 143 | 0.58 | 0 | 0.35 | 0.13 | 143.44 | 0.65 | 0.62 |
| Hex | 5D | DD | 8F | 3A | 0 | 23 | D | 8F | 41 | 3E |
| Octal | 135 | 335 | 217 | 72 | 0 | 43 | 15 | 217 | 101 | 76 |
| Binary | 1011101 | 11011101 | 10001111 | 111010 | 0 | 100011 | 1101 | 10001111 | 1000001 | 111110 |
Color Harmonies of #5DDD8F
Complementary color
Monochromatic Colors of #5DDD8F
Black with #5DDD8F
Text Example
Text Example
White with #5DDD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDD8F; }
p { color: rgb(93,221,143); }
H1.HeaderClassName
{
color: #5DDD8F;
}
.AnyTagClassName
{
color: #5DDD8F;
}
</style>
background-color css
<style>
a { background-color: #5DDD8F; }
a { background-color: rgb(93,221,143); }
div.DivClassName
{
background-color: #5DDD8F;
}
.BgClassName
{
background-color: #5DDD8F;
}
</style>
border-color css
<style>
span { border-color: #5DDD8F; }
span { border-color: rgb(93,221,143); }
td.TdClassName
{
border-color: #5DDD8F;
}
.TagClassName
{
border-color: #5DDD8F;
}
</style>