Shades of Silver Tree #5ECE96
Tints of Silver Tree #5ECE96
RGB
CMYK
RGB Variations
Color information
#5ECE96 (or 0x5ECE96) is known color: Silver Tree. HEX triplet: 5E, CE and 96. RGB value is (94,206,150). Sum of RGB (Red+Green+Blue) = 94+206+150=450 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.89% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #5ECE96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECE96 is #A13169. Grayscale: #A6A6A6. Windows color (decimal): -10563946 or 9883230. OLE color: 9883230.
HSL color Cylindrical-coordinate representation of color #5ECE96: hue angle of 150º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECE96 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 206 | 150 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.19 |
| HSL | 150º | 0.53% | 0.59% | - |
| HSV(B) | 150º | 0.54% | 0.81% | - |
| XYZ | 32.19 | 48.72 | 36.56 | - |
| YUV | 166.13 | 118.89 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 206 | 150 | 0.54 | 0 | 0.27 | 0.19 | 150 | 0.53 | 0.59 |
| Hex | 5E | CE | 96 | 36 | 0 | 1B | 13 | 96 | 35 | 3B |
| Octal | 136 | 316 | 226 | 66 | 0 | 33 | 23 | 226 | 65 | 73 |
| Binary | 1011110 | 11001110 | 10010110 | 110110 | 0 | 11011 | 10011 | 10010110 | 110101 | 111011 |
Color Harmonies of #5ECE96
Complementary color
Monochromatic Colors of #5ECE96
Black with #5ECE96
Text Example
Text Example
White with #5ECE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECE96; }
p { color: rgb(94,206,150); }
H1.HeaderClassName
{
color: #5ECE96;
}
.AnyTagClassName
{
color: #5ECE96;
}
</style>
background-color css
<style>
a { background-color: #5ECE96; }
a { background-color: rgb(94,206,150); }
div.DivClassName
{
background-color: #5ECE96;
}
.BgClassName
{
background-color: #5ECE96;
}
</style>
border-color css
<style>
span { border-color: #5ECE96; }
span { border-color: rgb(94,206,150); }
td.TdClassName
{
border-color: #5ECE96;
}
.TagClassName
{
border-color: #5ECE96;
}
</style>