Shades of Silver Tree #66D08D
Tints of Silver Tree #66D08D
RGB
CMYK
RGB Variations
Color information
#66D08D (or 0x66D08D) is known color: Silver Tree. HEX triplet: 66, D0 and 8D. RGB value is (102,208,141). Sum of RGB (Red+Green+Blue) = 102+208+141=451 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.62% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 208 - color contains mainly: green. Hex color #66D08D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D08D is #992F72. Grayscale: #A8A8A8. Windows color (decimal): -10039155 or 9293926. OLE color: 9293926.
HSL color Cylindrical-coordinate representation of color #66D08D: hue angle of 142.08º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66D08D is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 208 | 141 | - |
| CMYK | 0.51 | 0 | 0.32 | 0.18 |
| HSL | 142.08º | 0.53% | 0.61% | - |
| HSV(B) | 142.08º | 0.51% | 0.82% | - |
| XYZ | 32.84 | 49.86 | 33.09 | - |
| YUV | 168.67 | 112.38 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 141 | 0.51 | 0 | 0.32 | 0.18 | 142.08 | 0.53 | 0.61 |
| Hex | 66 | D0 | 8D | 33 | 0 | 20 | 12 | 8E | 35 | 3D |
| Octal | 146 | 320 | 215 | 63 | 0 | 40 | 22 | 216 | 65 | 75 |
| Binary | 1100110 | 11010000 | 10001101 | 110011 | 0 | 100000 | 10010 | 10001110 | 110101 | 111101 |
Color Harmonies of #66D08D
Complementary color
Monochromatic Colors of #66D08D
Black with #66D08D
Text Example
Text Example
White with #66D08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D08D; }
p { color: rgb(102,208,141); }
H1.HeaderClassName
{
color: #66D08D;
}
.AnyTagClassName
{
color: #66D08D;
}
</style>
background-color css
<style>
a { background-color: #66D08D; }
a { background-color: rgb(102,208,141); }
div.DivClassName
{
background-color: #66D08D;
}
.BgClassName
{
background-color: #66D08D;
}
</style>
border-color css
<style>
span { border-color: #66D08D; }
span { border-color: rgb(102,208,141); }
td.TdClassName
{
border-color: #66D08D;
}
.TagClassName
{
border-color: #66D08D;
}
</style>