Shades of Silver Tree #66CA86
Tints of Silver Tree #66CA86
RGB
CMYK
RGB Variations
Color information
#66CA86 (or 0x66CA86) is known color: Silver Tree. HEX triplet: 66, CA and 86. RGB value is (102,202,134). Sum of RGB (Red+Green+Blue) = 102+202+134=438 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.29% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CA86 is #993579. Grayscale: #A4A4A4. Windows color (decimal): -10040698 or 8833638. OLE color: 8833638.
HSL color Cylindrical-coordinate representation of color #66CA86: hue angle of 139.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CA86 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 202 | 134 | - |
| CMYK | 0.50 | 0 | 0.34 | 0.21 |
| HSL | 139.2º | 0.49% | 0.6% | - |
| HSV(B) | 139.2º | 0.5% | 0.79% | - |
| XYZ | 30.9 | 46.79 | 29.96 | - |
| YUV | 164.35 | 110.87 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 134 | 0.50 | 0 | 0.34 | 0.21 | 139.2 | 0.49 | 0.6 |
| Hex | 66 | CA | 86 | 32 | 0 | 22 | 15 | 8B | 31 | 3C |
| Octal | 146 | 312 | 206 | 62 | 0 | 42 | 25 | 213 | 61 | 74 |
| Binary | 1100110 | 11001010 | 10000110 | 110010 | 0 | 100010 | 10101 | 10001011 | 110001 | 111100 |
Color Harmonies of #66CA86
Complementary color
Monochromatic Colors of #66CA86
Black with #66CA86
Text Example
Text Example
White with #66CA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CA86; }
p { color: rgb(102,202,134); }
H1.HeaderClassName
{
color: #66CA86;
}
.AnyTagClassName
{
color: #66CA86;
}
</style>
background-color css
<style>
a { background-color: #66CA86; }
a { background-color: rgb(102,202,134); }
div.DivClassName
{
background-color: #66CA86;
}
.BgClassName
{
background-color: #66CA86;
}
</style>
border-color css
<style>
span { border-color: #66CA86; }
span { border-color: rgb(102,202,134); }
td.TdClassName
{
border-color: #66CA86;
}
.TagClassName
{
border-color: #66CA86;
}
</style>