Shades of Silver Tree #5ED08A
Tints of Silver Tree #5ED08A
RGB
CMYK
RGB Variations
Color information
#5ED08A (or 0x5ED08A) is known color: Silver Tree. HEX triplet: 5E, D0 and 8A. RGB value is (94,208,138). Sum of RGB (Red+Green+Blue) = 94+208+138=440 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.36% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED08A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED08A is #A12F75. Grayscale: #A6A6A6. Windows color (decimal): -10563446 or 9097310. OLE color: 9097310.
HSL color Cylindrical-coordinate representation of color #5ED08A: hue angle of 143.16º 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 #5ED08A is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 208 | 138 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.18 |
| HSL | 143.16º | 0.55% | 0.59% | - |
| HSV(B) | 143.16º | 0.55% | 0.82% | - |
| XYZ | 31.76 | 49.33 | 31.89 | - |
| YUV | 165.93 | 112.23 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 208 | 138 | 0.55 | 0 | 0.34 | 0.18 | 143.16 | 0.55 | 0.59 |
| Hex | 5E | D0 | 8A | 37 | 0 | 22 | 12 | 8F | 37 | 3B |
| Octal | 136 | 320 | 212 | 67 | 0 | 42 | 22 | 217 | 67 | 73 |
| Binary | 1011110 | 11010000 | 10001010 | 110111 | 0 | 100010 | 10010 | 10001111 | 110111 | 111011 |
Color Harmonies of #5ED08A
Complementary color
Monochromatic Colors of #5ED08A
Black with #5ED08A
Text Example
Text Example
White with #5ED08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED08A; }
p { color: rgb(94,208,138); }
H1.HeaderClassName
{
color: #5ED08A;
}
.AnyTagClassName
{
color: #5ED08A;
}
</style>
background-color css
<style>
a { background-color: #5ED08A; }
a { background-color: rgb(94,208,138); }
div.DivClassName
{
background-color: #5ED08A;
}
.BgClassName
{
background-color: #5ED08A;
}
</style>
border-color css
<style>
span { border-color: #5ED08A; }
span { border-color: rgb(94,208,138); }
td.TdClassName
{
border-color: #5ED08A;
}
.TagClassName
{
border-color: #5ED08A;
}
</style>