Shades of Silver Tree #5EBC8E
Tints of Silver Tree #5EBC8E
RGB
CMYK
RGB Variations
Color information
#5EBC8E (or 0x5EBC8E) is known color: Silver Tree. HEX triplet: 5E, BC and 8E. RGB value is (94,188,142). Sum of RGB (Red+Green+Blue) = 94+188+142=424 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.17% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBC8E is #A14371. Grayscale: #9A9A9A. Windows color (decimal): -10568562 or 9354334. OLE color: 9354334.
HSL color Cylindrical-coordinate representation of color #5EBC8E: hue angle of 150.64º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EBC8E is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 188 | 142 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.26 |
| HSL | 150.64º | 0.41% | 0.55% | - |
| HSV(B) | 150.64º | 0.5% | 0.74% | - |
| XYZ | 27.48 | 40.3 | 31.92 | - |
| YUV | 154.65 | 120.86 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 142 | 0.50 | 0 | 0.24 | 0.26 | 150.64 | 0.41 | 0.55 |
| Hex | 5E | BC | 8E | 32 | 0 | 18 | 1A | 97 | 29 | 37 |
| Octal | 136 | 274 | 216 | 62 | 0 | 30 | 32 | 227 | 51 | 67 |
| Binary | 1011110 | 10111100 | 10001110 | 110010 | 0 | 11000 | 11010 | 10010111 | 101001 | 110111 |
Color Harmonies of #5EBC8E
Complementary color
Monochromatic Colors of #5EBC8E
Black with #5EBC8E
Text Example
Text Example
White with #5EBC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBC8E; }
p { color: rgb(94,188,142); }
H1.HeaderClassName
{
color: #5EBC8E;
}
.AnyTagClassName
{
color: #5EBC8E;
}
</style>
background-color css
<style>
a { background-color: #5EBC8E; }
a { background-color: rgb(94,188,142); }
div.DivClassName
{
background-color: #5EBC8E;
}
.BgClassName
{
background-color: #5EBC8E;
}
</style>
border-color css
<style>
span { border-color: #5EBC8E; }
span { border-color: rgb(94,188,142); }
td.TdClassName
{
border-color: #5EBC8E;
}
.TagClassName
{
border-color: #5EBC8E;
}
</style>