Shades of Silver Tree #66DB92
Tints of Silver Tree #66DB92
RGB
CMYK
RGB Variations
Color information
#66DB92 (or 0x66DB92) is known color: Silver Tree. HEX triplet: 66, DB and 92. RGB value is (102,219,146). Sum of RGB (Red+Green+Blue) = 102+219+146=467 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.84% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #66DB92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DB92 is #99246D. Grayscale: #AFAFAF. Windows color (decimal): -10036334 or 9624422. OLE color: 9624422.
HSL color Cylindrical-coordinate representation of color #66DB92: hue angle of 142.56º 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 #66DB92 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 219 | 146 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.14 |
| HSL | 142.56º | 0.62% | 0.63% | - |
| HSV(B) | 142.56º | 0.53% | 0.86% | - |
| XYZ | 36 | 55.56 | 36.02 | - |
| YUV | 175.7 | 111.24 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 146 | 0.53 | 0 | 0.33 | 0.14 | 142.56 | 0.62 | 0.63 |
| Hex | 66 | DB | 92 | 35 | 0 | 21 | E | 8F | 3E | 3F |
| Octal | 146 | 333 | 222 | 65 | 0 | 41 | 16 | 217 | 76 | 77 |
| Binary | 1100110 | 11011011 | 10010010 | 110101 | 0 | 100001 | 1110 | 10001111 | 111110 | 111111 |
Color Harmonies of #66DB92
Complementary color
Monochromatic Colors of #66DB92
Black with #66DB92
Text Example
Text Example
White with #66DB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DB92; }
p { color: rgb(102,219,146); }
H1.HeaderClassName
{
color: #66DB92;
}
.AnyTagClassName
{
color: #66DB92;
}
</style>
background-color css
<style>
a { background-color: #66DB92; }
a { background-color: rgb(102,219,146); }
div.DivClassName
{
background-color: #66DB92;
}
.BgClassName
{
background-color: #66DB92;
}
</style>
border-color css
<style>
span { border-color: #66DB92; }
span { border-color: rgb(102,219,146); }
td.TdClassName
{
border-color: #66DB92;
}
.TagClassName
{
border-color: #66DB92;
}
</style>