Shades of Silver Tree #66C396
Tints of Silver Tree #66C396
RGB
CMYK
RGB Variations
Color information
#66C396 (or 0x66C396) is known color: Silver Tree. HEX triplet: 66, C3 and 96. RGB value is (102,195,150). Sum of RGB (Red+Green+Blue) = 102+195+150=447 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.82% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 195 - color contains mainly: green. Hex color #66C396 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C396 is #993C69. Grayscale: #A2A2A2. Windows color (decimal): -10042474 or 9880422. OLE color: 9880422.
HSL color Cylindrical-coordinate representation of color #66C396: hue angle of 150.97º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66C396 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 195 | 150 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.24 |
| HSL | 150.97º | 0.44% | 0.58% | - |
| HSV(B) | 150.97º | 0.48% | 0.76% | - |
| XYZ | 30.5 | 44.06 | 35.75 | - |
| YUV | 162.06 | 121.19 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 195 | 150 | 0.48 | 0 | 0.23 | 0.24 | 150.97 | 0.44 | 0.58 |
| Hex | 66 | C3 | 96 | 30 | 0 | 17 | 18 | 97 | 2C | 3A |
| Octal | 146 | 303 | 226 | 60 | 0 | 27 | 30 | 227 | 54 | 72 |
| Binary | 1100110 | 11000011 | 10010110 | 110000 | 0 | 10111 | 11000 | 10010111 | 101100 | 111010 |
Color Harmonies of #66C396
Complementary color
Monochromatic Colors of #66C396
Black with #66C396
Text Example
Text Example
White with #66C396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C396; }
p { color: rgb(102,195,150); }
H1.HeaderClassName
{
color: #66C396;
}
.AnyTagClassName
{
color: #66C396;
}
</style>
background-color css
<style>
a { background-color: #66C396; }
a { background-color: rgb(102,195,150); }
div.DivClassName
{
background-color: #66C396;
}
.BgClassName
{
background-color: #66C396;
}
</style>
border-color css
<style>
span { border-color: #66C396; }
span { border-color: rgb(102,195,150); }
td.TdClassName
{
border-color: #66C396;
}
.TagClassName
{
border-color: #66C396;
}
</style>