Shades of Silver Tree #66D095
Tints of Silver Tree #66D095
RGB
CMYK
RGB Variations
Color information
#66D095 (or 0x66D095) is known color: Silver Tree. HEX triplet: 66, D0 and 95. RGB value is (102,208,149). Sum of RGB (Red+Green+Blue) = 102+208+149=459 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.22% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 208 - color contains mainly: green. Hex color #66D095 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D095 is #992F6A. Grayscale: #A9A9A9. Windows color (decimal): -10039147 or 9818214. OLE color: 9818214.
HSL color Cylindrical-coordinate representation of color #66D095: hue angle of 146.6º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66D095 is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 208 | 149 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.18 |
| HSL | 146.6º | 0.53% | 0.61% | - |
| HSV(B) | 146.6º | 0.51% | 0.82% | - |
| XYZ | 33.46 | 50.11 | 36.34 | - |
| YUV | 169.58 | 116.38 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 149 | 0.51 | 0 | 0.28 | 0.18 | 146.6 | 0.53 | 0.61 |
| Hex | 66 | D0 | 95 | 33 | 0 | 1C | 12 | 93 | 35 | 3D |
| Octal | 146 | 320 | 225 | 63 | 0 | 34 | 22 | 223 | 65 | 75 |
| Binary | 1100110 | 11010000 | 10010101 | 110011 | 0 | 11100 | 10010 | 10010011 | 110101 | 111101 |
Color Harmonies of #66D095
Complementary color
Monochromatic Colors of #66D095
Black with #66D095
Text Example
Text Example
White with #66D095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D095; }
p { color: rgb(102,208,149); }
H1.HeaderClassName
{
color: #66D095;
}
.AnyTagClassName
{
color: #66D095;
}
</style>
background-color css
<style>
a { background-color: #66D095; }
a { background-color: rgb(102,208,149); }
div.DivClassName
{
background-color: #66D095;
}
.BgClassName
{
background-color: #66D095;
}
</style>
border-color css
<style>
span { border-color: #66D095; }
span { border-color: rgb(102,208,149); }
td.TdClassName
{
border-color: #66D095;
}
.TagClassName
{
border-color: #66D095;
}
</style>