Shades of Silver Tree #66D795
Tints of Silver Tree #66D795
RGB
CMYK
RGB Variations
Color information
#66D795 (or 0x66D795) is known color: Silver Tree. HEX triplet: 66, D7 and 95. RGB value is (102,215,149). Sum of RGB (Red+Green+Blue) = 102+215+149=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 215 - color contains mainly: green. Hex color #66D795 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D795 is #99286A. Grayscale: #ADADAD. Windows color (decimal): -10037355 or 9820006. OLE color: 9820006.
HSL color Cylindrical-coordinate representation of color #66D795: hue angle of 144.96º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D795 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 215 | 149 | - |
| CMYK | 0.53 | 0 | 0.31 | 0.16 |
| HSL | 144.96º | 0.59% | 0.62% | - |
| HSV(B) | 144.96º | 0.53% | 0.84% | - |
| XYZ | 35.2 | 53.6 | 36.92 | - |
| YUV | 173.69 | 114.06 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 215 | 149 | 0.53 | 0 | 0.31 | 0.16 | 144.96 | 0.59 | 0.62 |
| Hex | 66 | D7 | 95 | 35 | 0 | 1F | 10 | 91 | 3B | 3E |
| Octal | 146 | 327 | 225 | 65 | 0 | 37 | 20 | 221 | 73 | 76 |
| Binary | 1100110 | 11010111 | 10010101 | 110101 | 0 | 11111 | 10000 | 10010001 | 111011 | 111110 |
Color Harmonies of #66D795
Complementary color
Monochromatic Colors of #66D795
Black with #66D795
Text Example
Text Example
White with #66D795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D795; }
p { color: rgb(102,215,149); }
H1.HeaderClassName
{
color: #66D795;
}
.AnyTagClassName
{
color: #66D795;
}
</style>
background-color css
<style>
a { background-color: #66D795; }
a { background-color: rgb(102,215,149); }
div.DivClassName
{
background-color: #66D795;
}
.BgClassName
{
background-color: #66D795;
}
</style>
border-color css
<style>
span { border-color: #66D795; }
span { border-color: rgb(102,215,149); }
td.TdClassName
{
border-color: #66D795;
}
.TagClassName
{
border-color: #66D795;
}
</style>