Shades of Silver Tree #66D496
Tints of Silver Tree #66D496
RGB
CMYK
RGB Variations
Color information
#66D496 (or 0x66D496) is known color: Silver Tree. HEX triplet: 66, D4 and 96. RGB value is (102,212,150). Sum of RGB (Red+Green+Blue) = 102+212+150=464 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.98% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #66D496 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D496 is #992B69. Grayscale: #ACACAC. Windows color (decimal): -10038122 or 9884774. OLE color: 9884774.
HSL color Cylindrical-coordinate representation of color #66D496: hue angle of 146.18º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D496 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 212 | 150 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.17 |
| HSL | 146.18º | 0.56% | 0.62% | - |
| HSV(B) | 146.18º | 0.52% | 0.83% | - |
| XYZ | 34.53 | 52.11 | 37.09 | - |
| YUV | 172.04 | 115.56 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 212 | 150 | 0.52 | 0 | 0.29 | 0.17 | 146.18 | 0.56 | 0.62 |
| Hex | 66 | D4 | 96 | 34 | 0 | 1D | 11 | 92 | 38 | 3E |
| Octal | 146 | 324 | 226 | 64 | 0 | 35 | 21 | 222 | 70 | 76 |
| Binary | 1100110 | 11010100 | 10010110 | 110100 | 0 | 11101 | 10001 | 10010010 | 111000 | 111110 |
Color Harmonies of #66D496
Complementary color
Monochromatic Colors of #66D496
Black with #66D496
Text Example
Text Example
White with #66D496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D496; }
p { color: rgb(102,212,150); }
H1.HeaderClassName
{
color: #66D496;
}
.AnyTagClassName
{
color: #66D496;
}
</style>
background-color css
<style>
a { background-color: #66D496; }
a { background-color: rgb(102,212,150); }
div.DivClassName
{
background-color: #66D496;
}
.BgClassName
{
background-color: #66D496;
}
</style>
border-color css
<style>
span { border-color: #66D496; }
span { border-color: rgb(102,212,150); }
td.TdClassName
{
border-color: #66D496;
}
.TagClassName
{
border-color: #66D496;
}
</style>