Shades of Silver Tree #5EC490
Tints of Silver Tree #5EC490
RGB
CMYK
RGB Variations
Color information
#5EC490 (or 0x5EC490) is known color: Silver Tree. HEX triplet: 5E, C4 and 90. RGB value is (94,196,144). Sum of RGB (Red+Green+Blue) = 94+196+144=434 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.66% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 196 - color contains mainly: green. Hex color #5EC490 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EC490 is #A13B6F. Grayscale: #9F9F9F. Windows color (decimal): -10566512 or 9487454. OLE color: 9487454.
HSL color Cylindrical-coordinate representation of color #5EC490: hue angle of 149.41º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5EC490 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 94 | 196 | 144 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.23 |
| HSL | 149.41º | 0.46% | 0.57% | - |
| HSV(B) | 149.41º | 0.52% | 0.77% | - |
| XYZ | 29.39 | 43.87 | 33.3 | - |
| YUV | 159.57 | 119.21 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 196 | 144 | 0.52 | 0 | 0.27 | 0.23 | 149.41 | 0.46 | 0.57 |
| Hex | 5E | C4 | 90 | 34 | 0 | 1B | 17 | 95 | 2E | 39 |
| Octal | 136 | 304 | 220 | 64 | 0 | 33 | 27 | 225 | 56 | 71 |
| Binary | 1011110 | 11000100 | 10010000 | 110100 | 0 | 11011 | 10111 | 10010101 | 101110 | 111001 |
Color Harmonies of #5EC490
Complementary color
Monochromatic Colors of #5EC490
Black with #5EC490
Text Example
Text Example
White with #5EC490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC490; }
p { color: rgb(94,196,144); }
H1.HeaderClassName
{
color: #5EC490;
}
.AnyTagClassName
{
color: #5EC490;
}
</style>
background-color css
<style>
a { background-color: #5EC490; }
a { background-color: rgb(94,196,144); }
div.DivClassName
{
background-color: #5EC490;
}
.BgClassName
{
background-color: #5EC490;
}
</style>
border-color css
<style>
span { border-color: #5EC490; }
span { border-color: rgb(94,196,144); }
td.TdClassName
{
border-color: #5EC490;
}
.TagClassName
{
border-color: #5EC490;
}
</style>