Shades of Silver Tree #66D68D
Tints of Silver Tree #66D68D
RGB
CMYK
RGB Variations
Color information
#66D68D (or 0x66D68D) is known color: Silver Tree. HEX triplet: 66, D6 and 8D. RGB value is (102,214,141). Sum of RGB (Red+Green+Blue) = 102+214+141=457 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.32% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 214 - color contains mainly: green. Hex color #66D68D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D68D is #992972. Grayscale: #ACACAC. Windows color (decimal): -10037619 or 9295462. OLE color: 9295462.
HSL color Cylindrical-coordinate representation of color #66D68D: hue angle of 140.89º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D68D is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 214 | 141 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.16 |
| HSL | 140.89º | 0.58% | 0.62% | - |
| HSV(B) | 140.89º | 0.52% | 0.84% | - |
| XYZ | 34.33 | 52.84 | 33.59 | - |
| YUV | 172.19 | 110.39 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 214 | 141 | 0.52 | 0 | 0.34 | 0.16 | 140.89 | 0.58 | 0.62 |
| Hex | 66 | D6 | 8D | 34 | 0 | 22 | 10 | 8D | 3A | 3E |
| Octal | 146 | 326 | 215 | 64 | 0 | 42 | 20 | 215 | 72 | 76 |
| Binary | 1100110 | 11010110 | 10001101 | 110100 | 0 | 100010 | 10000 | 10001101 | 111010 | 111110 |
Color Harmonies of #66D68D
Complementary color
Monochromatic Colors of #66D68D
Black with #66D68D
Text Example
Text Example
White with #66D68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D68D; }
p { color: rgb(102,214,141); }
H1.HeaderClassName
{
color: #66D68D;
}
.AnyTagClassName
{
color: #66D68D;
}
</style>
background-color css
<style>
a { background-color: #66D68D; }
a { background-color: rgb(102,214,141); }
div.DivClassName
{
background-color: #66D68D;
}
.BgClassName
{
background-color: #66D68D;
}
</style>
border-color css
<style>
span { border-color: #66D68D; }
span { border-color: rgb(102,214,141); }
td.TdClassName
{
border-color: #66D68D;
}
.TagClassName
{
border-color: #66D68D;
}
</style>