Shades of Silver Tree #5EC98C
Tints of Silver Tree #5EC98C
RGB
CMYK
RGB Variations
Color information
#5EC98C (or 0x5EC98C) is known color: Silver Tree. HEX triplet: 5E, C9 and 8C. RGB value is (94,201,140). Sum of RGB (Red+Green+Blue) = 94+201+140=435 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.61% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 201 - color contains mainly: green. Hex color #5EC98C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EC98C is #A13673. Grayscale: #A2A2A2. Windows color (decimal): -10565236 or 9226590. OLE color: 9226590.
HSL color Cylindrical-coordinate representation of color #5EC98C: hue angle of 145.79º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EC98C is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 201 | 140 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.21 |
| HSL | 145.79º | 0.5% | 0.58% | - |
| HSV(B) | 145.79º | 0.53% | 0.79% | - |
| XYZ | 30.24 | 46.05 | 32.11 | - |
| YUV | 162.05 | 115.55 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 201 | 140 | 0.53 | 0 | 0.30 | 0.21 | 145.79 | 0.5 | 0.58 |
| Hex | 5E | C9 | 8C | 35 | 0 | 1E | 15 | 92 | 32 | 3A |
| Octal | 136 | 311 | 214 | 65 | 0 | 36 | 25 | 222 | 62 | 72 |
| Binary | 1011110 | 11001001 | 10001100 | 110101 | 0 | 11110 | 10101 | 10010010 | 110010 | 111010 |
Color Harmonies of #5EC98C
Complementary color
Monochromatic Colors of #5EC98C
Black with #5EC98C
Text Example
Text Example
White with #5EC98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC98C; }
p { color: rgb(94,201,140); }
H1.HeaderClassName
{
color: #5EC98C;
}
.AnyTagClassName
{
color: #5EC98C;
}
</style>
background-color css
<style>
a { background-color: #5EC98C; }
a { background-color: rgb(94,201,140); }
div.DivClassName
{
background-color: #5EC98C;
}
.BgClassName
{
background-color: #5EC98C;
}
</style>
border-color css
<style>
span { border-color: #5EC98C; }
span { border-color: rgb(94,201,140); }
td.TdClassName
{
border-color: #5EC98C;
}
.TagClassName
{
border-color: #5EC98C;
}
</style>