Shades of Silver Tree #66C280
Tints of Silver Tree #66C280
RGB
CMYK
RGB Variations
Color information
#66C280 (or 0x66C280) is known color: Silver Tree. HEX triplet: 66, C2 and 80. RGB value is (102,194,128). Sum of RGB (Red+Green+Blue) = 102+194+128=424 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.06% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #66C280 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C280 is #993D7F. Grayscale: #9F9F9F. Windows color (decimal): -10042752 or 8438374. OLE color: 8438374.
HSL color Cylindrical-coordinate representation of color #66C280: hue angle of 136.96º 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 #66C280 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 194 | 128 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.24 |
| HSL | 136.96º | 0.43% | 0.58% | - |
| HSV(B) | 136.96º | 0.47% | 0.76% | - |
| XYZ | 28.67 | 42.97 | 27.2 | - |
| YUV | 158.97 | 110.52 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 194 | 128 | 0.47 | 0 | 0.34 | 0.24 | 136.96 | 0.43 | 0.58 |
| Hex | 66 | C2 | 80 | 2F | 0 | 22 | 18 | 89 | 2B | 3A |
| Octal | 146 | 302 | 200 | 57 | 0 | 42 | 30 | 211 | 53 | 72 |
| Binary | 1100110 | 11000010 | 10000000 | 101111 | 0 | 100010 | 11000 | 10001001 | 101011 | 111010 |
Color Harmonies of #66C280
Complementary color
Monochromatic Colors of #66C280
Black with #66C280
Text Example
Text Example
White with #66C280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C280; }
p { color: rgb(102,194,128); }
H1.HeaderClassName
{
color: #66C280;
}
.AnyTagClassName
{
color: #66C280;
}
</style>
background-color css
<style>
a { background-color: #66C280; }
a { background-color: rgb(102,194,128); }
div.DivClassName
{
background-color: #66C280;
}
.BgClassName
{
background-color: #66C280;
}
</style>
border-color css
<style>
span { border-color: #66C280; }
span { border-color: rgb(102,194,128); }
td.TdClassName
{
border-color: #66C280;
}
.TagClassName
{
border-color: #66C280;
}
</style>