Shades of Silver Tree #5EC08C
Tints of Silver Tree #5EC08C
RGB
CMYK
RGB Variations
Color information
#5EC08C (or 0x5EC08C) is known color: Silver Tree. HEX triplet: 5E, C0 and 8C. RGB value is (94,192,140). Sum of RGB (Red+Green+Blue) = 94+192+140=426 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.07% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #5EC08C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EC08C is #A13F73. Grayscale: #9C9C9C. Windows color (decimal): -10567540 or 9224286. OLE color: 9224286.
HSL color Cylindrical-coordinate representation of color #5EC08C: hue angle of 148.16º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EC08C is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 192 | 140 | - |
| CMYK | 0.51 | 0 | 0.27 | 0.25 |
| HSL | 148.16º | 0.44% | 0.56% | - |
| HSV(B) | 148.16º | 0.51% | 0.75% | - |
| XYZ | 28.2 | 41.97 | 31.43 | - |
| YUV | 156.77 | 118.53 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 192 | 140 | 0.51 | 0 | 0.27 | 0.25 | 148.16 | 0.44 | 0.56 |
| Hex | 5E | C0 | 8C | 33 | 0 | 1B | 19 | 94 | 2C | 38 |
| Octal | 136 | 300 | 214 | 63 | 0 | 33 | 31 | 224 | 54 | 70 |
| Binary | 1011110 | 11000000 | 10001100 | 110011 | 0 | 11011 | 11001 | 10010100 | 101100 | 111000 |
Color Harmonies of #5EC08C
Complementary color
Monochromatic Colors of #5EC08C
Black with #5EC08C
Text Example
Text Example
White with #5EC08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC08C; }
p { color: rgb(94,192,140); }
H1.HeaderClassName
{
color: #5EC08C;
}
.AnyTagClassName
{
color: #5EC08C;
}
</style>
background-color css
<style>
a { background-color: #5EC08C; }
a { background-color: rgb(94,192,140); }
div.DivClassName
{
background-color: #5EC08C;
}
.BgClassName
{
background-color: #5EC08C;
}
</style>
border-color css
<style>
span { border-color: #5EC08C; }
span { border-color: rgb(94,192,140); }
td.TdClassName
{
border-color: #5EC08C;
}
.TagClassName
{
border-color: #5EC08C;
}
</style>