Shades of Silver Tree #66C285
Tints of Silver Tree #66C285
RGB
CMYK
RGB Variations
Color information
#66C285 (or 0x66C285) is known color: Silver Tree. HEX triplet: 66, C2 and 85. RGB value is (102,194,133). Sum of RGB (Red+Green+Blue) = 102+194+133=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 194 - color contains mainly: green. Hex color #66C285 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C285 is #993D7A. Grayscale: #9F9F9F. Windows color (decimal): -10042747 or 8766054. OLE color: 8766054.
HSL color Cylindrical-coordinate representation of color #66C285: hue angle of 140.22º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66C285 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 194 | 133 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.24 |
| HSL | 140.22º | 0.43% | 0.58% | - |
| HSV(B) | 140.22º | 0.47% | 0.76% | - |
| XYZ | 29 | 43.1 | 28.98 | - |
| YUV | 159.54 | 113.02 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 194 | 133 | 0.47 | 0 | 0.31 | 0.24 | 140.22 | 0.43 | 0.58 |
| Hex | 66 | C2 | 85 | 2F | 0 | 1F | 18 | 8C | 2B | 3A |
| Octal | 146 | 302 | 205 | 57 | 0 | 37 | 30 | 214 | 53 | 72 |
| Binary | 1100110 | 11000010 | 10000101 | 101111 | 0 | 11111 | 11000 | 10001100 | 101011 | 111010 |
Color Harmonies of #66C285
Complementary color
Monochromatic Colors of #66C285
Black with #66C285
Text Example
Text Example
White with #66C285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C285; }
p { color: rgb(102,194,133); }
H1.HeaderClassName
{
color: #66C285;
}
.AnyTagClassName
{
color: #66C285;
}
</style>
background-color css
<style>
a { background-color: #66C285; }
a { background-color: rgb(102,194,133); }
div.DivClassName
{
background-color: #66C285;
}
.BgClassName
{
background-color: #66C285;
}
</style>
border-color css
<style>
span { border-color: #66C285; }
span { border-color: rgb(102,194,133); }
td.TdClassName
{
border-color: #66C285;
}
.TagClassName
{
border-color: #66C285;
}
</style>