Shades of Silver Tree #66D995
Tints of Silver Tree #66D995
RGB
CMYK
RGB Variations
Color information
#66D995 (or 0x66D995) is known color: Silver Tree. HEX triplet: 66, D9 and 95. RGB value is (102,217,149). Sum of RGB (Red+Green+Blue) = 102+217+149=468 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.79% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #66D995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D995 is #99266A. Grayscale: #AFAFAF. Windows color (decimal): -10036843 or 9820518. OLE color: 9820518.
HSL color Cylindrical-coordinate representation of color #66D995: hue angle of 144.52º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D995 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 217 | 149 | - |
| CMYK | 0.53 | 0 | 0.31 | 0.15 |
| HSL | 144.52º | 0.6% | 0.63% | - |
| HSV(B) | 144.52º | 0.53% | 0.85% | - |
| XYZ | 35.72 | 54.62 | 37.09 | - |
| YUV | 174.86 | 113.4 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 217 | 149 | 0.53 | 0 | 0.31 | 0.15 | 144.52 | 0.6 | 0.63 |
| Hex | 66 | D9 | 95 | 35 | 0 | 1F | F | 91 | 3C | 3F |
| Octal | 146 | 331 | 225 | 65 | 0 | 37 | 17 | 221 | 74 | 77 |
| Binary | 1100110 | 11011001 | 10010101 | 110101 | 0 | 11111 | 1111 | 10010001 | 111100 | 111111 |
Color Harmonies of #66D995
Complementary color
Monochromatic Colors of #66D995
Black with #66D995
Text Example
Text Example
White with #66D995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D995; }
p { color: rgb(102,217,149); }
H1.HeaderClassName
{
color: #66D995;
}
.AnyTagClassName
{
color: #66D995;
}
</style>
background-color css
<style>
a { background-color: #66D995; }
a { background-color: rgb(102,217,149); }
div.DivClassName
{
background-color: #66D995;
}
.BgClassName
{
background-color: #66D995;
}
</style>
border-color css
<style>
span { border-color: #66D995; }
span { border-color: rgb(102,217,149); }
td.TdClassName
{
border-color: #66D995;
}
.TagClassName
{
border-color: #66D995;
}
</style>