Shades of Silver Tree #6ED495
Tints of Silver Tree #6ED495
RGB
CMYK
RGB Variations
Color information
#6ED495 (or 0x6ED495) is known color: Silver Tree. HEX triplet: 6E, D4 and 95. RGB value is (110,212,149). Sum of RGB (Red+Green+Blue) = 110+212+149=471 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.35% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 212 - color contains mainly: green. Hex color #6ED495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED495 is #912B6A. Grayscale: #AEAEAE. Windows color (decimal): -9513835 or 9819246. OLE color: 9819246.
HSL color Cylindrical-coordinate representation of color #6ED495: hue angle of 142.94º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED495 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 110 | 212 | 149 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.17 |
| HSL | 142.94º | 0.54% | 0.63% | - |
| HSV(B) | 142.94º | 0.48% | 0.83% | - |
| XYZ | 35.4 | 52.57 | 36.72 | - |
| YUV | 174.32 | 113.71 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 212 | 149 | 0.48 | 0 | 0.30 | 0.17 | 142.94 | 0.54 | 0.63 |
| Hex | 6E | D4 | 95 | 30 | 0 | 1E | 11 | 8F | 36 | 3F |
| Octal | 156 | 324 | 225 | 60 | 0 | 36 | 21 | 217 | 66 | 77 |
| Binary | 1101110 | 11010100 | 10010101 | 110000 | 0 | 11110 | 10001 | 10001111 | 110110 | 111111 |
Color Harmonies of #6ED495
Complementary color
Monochromatic Colors of #6ED495
Black with #6ED495
Text Example
Text Example
White with #6ED495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED495; }
p { color: rgb(110,212,149); }
H1.HeaderClassName
{
color: #6ED495;
}
.AnyTagClassName
{
color: #6ED495;
}
</style>
background-color css
<style>
a { background-color: #6ED495; }
a { background-color: rgb(110,212,149); }
div.DivClassName
{
background-color: #6ED495;
}
.BgClassName
{
background-color: #6ED495;
}
</style>
border-color css
<style>
span { border-color: #6ED495; }
span { border-color: rgb(110,212,149); }
td.TdClassName
{
border-color: #6ED495;
}
.TagClassName
{
border-color: #6ED495;
}
</style>