Shades of Silver Tree #5ED08F
Tints of Silver Tree #5ED08F
RGB
CMYK
RGB Variations
Color information
#5ED08F (or 0x5ED08F) is known color: Silver Tree. HEX triplet: 5E, D0 and 8F. RGB value is (94,208,143). Sum of RGB (Red+Green+Blue) = 94+208+143=445 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.12% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED08F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED08F is #A12F70. Grayscale: #A6A6A6. Windows color (decimal): -10563441 or 9424990. OLE color: 9424990.
HSL color Cylindrical-coordinate representation of color #5ED08F: hue angle of 145.79º 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 #5ED08F is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 208 | 143 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.18 |
| HSL | 145.79º | 0.55% | 0.59% | - |
| HSV(B) | 145.79º | 0.55% | 0.82% | - |
| XYZ | 32.13 | 49.47 | 33.84 | - |
| YUV | 166.5 | 114.73 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 208 | 143 | 0.55 | 0 | 0.31 | 0.18 | 145.79 | 0.55 | 0.59 |
| Hex | 5E | D0 | 8F | 37 | 0 | 1F | 12 | 92 | 37 | 3B |
| Octal | 136 | 320 | 217 | 67 | 0 | 37 | 22 | 222 | 67 | 73 |
| Binary | 1011110 | 11010000 | 10001111 | 110111 | 0 | 11111 | 10010 | 10010010 | 110111 | 111011 |
Color Harmonies of #5ED08F
Complementary color
Monochromatic Colors of #5ED08F
Black with #5ED08F
Text Example
Text Example
White with #5ED08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED08F; }
p { color: rgb(94,208,143); }
H1.HeaderClassName
{
color: #5ED08F;
}
.AnyTagClassName
{
color: #5ED08F;
}
</style>
background-color css
<style>
a { background-color: #5ED08F; }
a { background-color: rgb(94,208,143); }
div.DivClassName
{
background-color: #5ED08F;
}
.BgClassName
{
background-color: #5ED08F;
}
</style>
border-color css
<style>
span { border-color: #5ED08F; }
span { border-color: rgb(94,208,143); }
td.TdClassName
{
border-color: #5ED08F;
}
.TagClassName
{
border-color: #5ED08F;
}
</style>