Shades of Silver Tree #5ED095
Tints of Silver Tree #5ED095
RGB
CMYK
RGB Variations
Color information
#5ED095 (or 0x5ED095) is known color: Silver Tree. HEX triplet: 5E, D0 and 95. RGB value is (94,208,149). Sum of RGB (Red+Green+Blue) = 94+208+149=451 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.84% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED095 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED095 is #A12F6A. Grayscale: #A7A7A7. Windows color (decimal): -10563435 or 9818206. OLE color: 9818206.
HSL color Cylindrical-coordinate representation of color #5ED095: hue angle of 148.95º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ED095 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 208 | 149 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.18 |
| HSL | 148.95º | 0.55% | 0.59% | - |
| HSV(B) | 148.95º | 0.55% | 0.82% | - |
| XYZ | 32.6 | 49.66 | 36.3 | - |
| YUV | 167.19 | 117.73 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 208 | 149 | 0.55 | 0 | 0.28 | 0.18 | 148.95 | 0.55 | 0.59 |
| Hex | 5E | D0 | 95 | 37 | 0 | 1C | 12 | 95 | 37 | 3B |
| Octal | 136 | 320 | 225 | 67 | 0 | 34 | 22 | 225 | 67 | 73 |
| Binary | 1011110 | 11010000 | 10010101 | 110111 | 0 | 11100 | 10010 | 10010101 | 110111 | 111011 |
Color Harmonies of #5ED095
Complementary color
Monochromatic Colors of #5ED095
Black with #5ED095
Text Example
Text Example
White with #5ED095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED095; }
p { color: rgb(94,208,149); }
H1.HeaderClassName
{
color: #5ED095;
}
.AnyTagClassName
{
color: #5ED095;
}
</style>
background-color css
<style>
a { background-color: #5ED095; }
a { background-color: rgb(94,208,149); }
div.DivClassName
{
background-color: #5ED095;
}
.BgClassName
{
background-color: #5ED095;
}
</style>
border-color css
<style>
span { border-color: #5ED095; }
span { border-color: rgb(94,208,149); }
td.TdClassName
{
border-color: #5ED095;
}
.TagClassName
{
border-color: #5ED095;
}
</style>