Shades of Silver Tree #66C185
Tints of Silver Tree #66C185
RGB
CMYK
RGB Variations
Color information
#66C185 (or 0x66C185) is known color: Silver Tree. HEX triplet: 66, C1 and 85. RGB value is (102,193,133). Sum of RGB (Red+Green+Blue) = 102+193+133=428 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.83% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 193 - color contains mainly: green. Hex color #66C185 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C185 is #993E7A. Grayscale: #9F9F9F. Windows color (decimal): -10043003 or 8765798. OLE color: 8765798.
HSL color Cylindrical-coordinate representation of color #66C185: hue angle of 140.44º degrees, saturation: 0.42, 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 #66C185 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 193 | 133 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.24 |
| HSL | 140.44º | 0.42% | 0.58% | - |
| HSV(B) | 140.44º | 0.47% | 0.76% | - |
| XYZ | 28.78 | 42.66 | 28.91 | - |
| YUV | 158.95 | 113.35 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 193 | 133 | 0.47 | 0 | 0.31 | 0.24 | 140.44 | 0.42 | 0.58 |
| Hex | 66 | C1 | 85 | 2F | 0 | 1F | 18 | 8C | 2A | 3A |
| Octal | 146 | 301 | 205 | 57 | 0 | 37 | 30 | 214 | 52 | 72 |
| Binary | 1100110 | 11000001 | 10000101 | 101111 | 0 | 11111 | 11000 | 10001100 | 101010 | 111010 |
Color Harmonies of #66C185
Complementary color
Monochromatic Colors of #66C185
Black with #66C185
Text Example
Text Example
White with #66C185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C185; }
p { color: rgb(102,193,133); }
H1.HeaderClassName
{
color: #66C185;
}
.AnyTagClassName
{
color: #66C185;
}
</style>
background-color css
<style>
a { background-color: #66C185; }
a { background-color: rgb(102,193,133); }
div.DivClassName
{
background-color: #66C185;
}
.BgClassName
{
background-color: #66C185;
}
</style>
border-color css
<style>
span { border-color: #66C185; }
span { border-color: rgb(102,193,133); }
td.TdClassName
{
border-color: #66C185;
}
.TagClassName
{
border-color: #66C185;
}
</style>