Shades of Silver Tree #66D694
Tints of Silver Tree #66D694
RGB
CMYK
RGB Variations
Color information
#66D694 (or 0x66D694) is known color: Silver Tree. HEX triplet: 66, D6 and 94. RGB value is (102,214,148). Sum of RGB (Red+Green+Blue) = 102+214+148=464 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.98% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 214 - color contains mainly: green. Hex color #66D694 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D694 is #99296B. Grayscale: #ADADAD. Windows color (decimal): -10037612 or 9754214. OLE color: 9754214.
HSL color Cylindrical-coordinate representation of color #66D694: hue angle of 144.64º 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 #66D694 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 214 | 148 | - |
| CMYK | 0.52 | 0 | 0.31 | 0.16 |
| HSL | 144.64º | 0.58% | 0.62% | - |
| HSV(B) | 144.64º | 0.52% | 0.84% | - |
| XYZ | 34.87 | 53.06 | 36.42 | - |
| YUV | 172.99 | 113.89 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 214 | 148 | 0.52 | 0 | 0.31 | 0.16 | 144.64 | 0.58 | 0.62 |
| Hex | 66 | D6 | 94 | 34 | 0 | 1F | 10 | 91 | 3A | 3E |
| Octal | 146 | 326 | 224 | 64 | 0 | 37 | 20 | 221 | 72 | 76 |
| Binary | 1100110 | 11010110 | 10010100 | 110100 | 0 | 11111 | 10000 | 10010001 | 111010 | 111110 |
Color Harmonies of #66D694
Complementary color
Monochromatic Colors of #66D694
Black with #66D694
Text Example
Text Example
White with #66D694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D694; }
p { color: rgb(102,214,148); }
H1.HeaderClassName
{
color: #66D694;
}
.AnyTagClassName
{
color: #66D694;
}
</style>
background-color css
<style>
a { background-color: #66D694; }
a { background-color: rgb(102,214,148); }
div.DivClassName
{
background-color: #66D694;
}
.BgClassName
{
background-color: #66D694;
}
</style>
border-color css
<style>
span { border-color: #66D694; }
span { border-color: rgb(102,214,148); }
td.TdClassName
{
border-color: #66D694;
}
.TagClassName
{
border-color: #66D694;
}
</style>