Shades of Silver Tree #66DB96
Tints of Silver Tree #66DB96
RGB
CMYK
RGB Variations
Color information
#66DB96 (or 0x66DB96) is known color: Silver Tree. HEX triplet: 66, DB and 96. RGB value is (102,219,150). Sum of RGB (Red+Green+Blue) = 102+219+150=471 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.66% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #66DB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DB96 is #992469. Grayscale: #B0B0B0. Windows color (decimal): -10036330 or 9886566. OLE color: 9886566.
HSL color Cylindrical-coordinate representation of color #66DB96: hue angle of 144.62º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DB96 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 219 | 150 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.14 |
| HSL | 144.62º | 0.62% | 0.63% | - |
| HSV(B) | 144.62º | 0.53% | 0.86% | - |
| XYZ | 36.32 | 55.69 | 37.69 | - |
| YUV | 176.15 | 113.24 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 150 | 0.53 | 0 | 0.32 | 0.14 | 144.62 | 0.62 | 0.63 |
| Hex | 66 | DB | 96 | 35 | 0 | 20 | E | 91 | 3E | 3F |
| Octal | 146 | 333 | 226 | 65 | 0 | 40 | 16 | 221 | 76 | 77 |
| Binary | 1100110 | 11011011 | 10010110 | 110101 | 0 | 100000 | 1110 | 10010001 | 111110 | 111111 |
Color Harmonies of #66DB96
Complementary color
Monochromatic Colors of #66DB96
Black with #66DB96
Text Example
Text Example
White with #66DB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DB96; }
p { color: rgb(102,219,150); }
H1.HeaderClassName
{
color: #66DB96;
}
.AnyTagClassName
{
color: #66DB96;
}
</style>
background-color css
<style>
a { background-color: #66DB96; }
a { background-color: rgb(102,219,150); }
div.DivClassName
{
background-color: #66DB96;
}
.BgClassName
{
background-color: #66DB96;
}
</style>
border-color css
<style>
span { border-color: #66DB96; }
span { border-color: rgb(102,219,150); }
td.TdClassName
{
border-color: #66DB96;
}
.TagClassName
{
border-color: #66DB96;
}
</style>