Shades of Silver Tree #66C28F
Tints of Silver Tree #66C28F
RGB
CMYK
RGB Variations
Color information
#66C28F (or 0x66C28F) is known color: Silver Tree. HEX triplet: 66, C2 and 8F. RGB value is (102,194,143). Sum of RGB (Red+Green+Blue) = 102+194+143=439 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.23% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 194 - color contains mainly: green. Hex color #66C28F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C28F is #993D70. Grayscale: #A0A0A0. Windows color (decimal): -10042737 or 9421414. OLE color: 9421414.
HSL color Cylindrical-coordinate representation of color #66C28F: hue angle of 146.74º 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 #66C28F is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 194 | 143 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.24 |
| HSL | 146.74º | 0.43% | 0.58% | - |
| HSV(B) | 146.74º | 0.47% | 0.76% | - |
| XYZ | 29.73 | 43.39 | 32.8 | - |
| YUV | 160.68 | 118.02 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 194 | 143 | 0.47 | 0 | 0.26 | 0.24 | 146.74 | 0.43 | 0.58 |
| Hex | 66 | C2 | 8F | 2F | 0 | 1A | 18 | 93 | 2B | 3A |
| Octal | 146 | 302 | 217 | 57 | 0 | 32 | 30 | 223 | 53 | 72 |
| Binary | 1100110 | 11000010 | 10001111 | 101111 | 0 | 11010 | 11000 | 10010011 | 101011 | 111010 |
Color Harmonies of #66C28F
Complementary color
Monochromatic Colors of #66C28F
Black with #66C28F
Text Example
Text Example
White with #66C28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C28F; }
p { color: rgb(102,194,143); }
H1.HeaderClassName
{
color: #66C28F;
}
.AnyTagClassName
{
color: #66C28F;
}
</style>
background-color css
<style>
a { background-color: #66C28F; }
a { background-color: rgb(102,194,143); }
div.DivClassName
{
background-color: #66C28F;
}
.BgClassName
{
background-color: #66C28F;
}
</style>
border-color css
<style>
span { border-color: #66C28F; }
span { border-color: rgb(102,194,143); }
td.TdClassName
{
border-color: #66C28F;
}
.TagClassName
{
border-color: #66C28F;
}
</style>