Shades of Silver Tree #5DC08A
Tints of Silver Tree #5DC08A
RGB
CMYK
RGB Variations
Color information
#5DC08A (or 0x5DC08A) is known color: Silver Tree. HEX triplet: 5D, C0 and 8A. RGB value is (93,192,138). Sum of RGB (Red+Green+Blue) = 93+192+138=423 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.99% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC08A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DC08A is #A23F75. Grayscale: #9C9C9C. Windows color (decimal): -10633078 or 9093213. OLE color: 9093213.
HSL color Cylindrical-coordinate representation of color #5DC08A: hue angle of 147.27º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DC08A is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 192 | 138 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.25 |
| HSL | 147.27º | 0.44% | 0.56% | - |
| HSV(B) | 147.27º | 0.52% | 0.75% | - |
| XYZ | 27.95 | 41.86 | 30.65 | - |
| YUV | 156.24 | 117.7 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 192 | 138 | 0.52 | 0 | 0.28 | 0.25 | 147.27 | 0.44 | 0.56 |
| Hex | 5D | C0 | 8A | 34 | 0 | 1C | 19 | 93 | 2C | 38 |
| Octal | 135 | 300 | 212 | 64 | 0 | 34 | 31 | 223 | 54 | 70 |
| Binary | 1011101 | 11000000 | 10001010 | 110100 | 0 | 11100 | 11001 | 10010011 | 101100 | 111000 |
Color Harmonies of #5DC08A
Complementary color
Monochromatic Colors of #5DC08A
Black with #5DC08A
Text Example
Text Example
White with #5DC08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC08A; }
p { color: rgb(93,192,138); }
H1.HeaderClassName
{
color: #5DC08A;
}
.AnyTagClassName
{
color: #5DC08A;
}
</style>
background-color css
<style>
a { background-color: #5DC08A; }
a { background-color: rgb(93,192,138); }
div.DivClassName
{
background-color: #5DC08A;
}
.BgClassName
{
background-color: #5DC08A;
}
</style>
border-color css
<style>
span { border-color: #5DC08A; }
span { border-color: rgb(93,192,138); }
td.TdClassName
{
border-color: #5DC08A;
}
.TagClassName
{
border-color: #5DC08A;
}
</style>