Shades of Silver Tree #66CC85
Tints of Silver Tree #66CC85
RGB
CMYK
RGB Variations
Color information
#66CC85 (or 0x66CC85) is known color: Silver Tree. HEX triplet: 66, CC and 85. RGB value is (102,204,133). Sum of RGB (Red+Green+Blue) = 102+204+133=439 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.23% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CC85 is #99337A. Grayscale: #A5A5A5. Windows color (decimal): -10040187 or 8768614. OLE color: 8768614.
HSL color Cylindrical-coordinate representation of color #66CC85: hue angle of 138.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CC85 is Cyan = 0.5, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 204 | 133 | - |
| CMYK | 0.5 | 0 | 0.35 | 0.2 |
| HSL | 138.24º | 0.5% | 0.6% | - |
| HSV(B) | 138.24º | 0.5% | 0.8% | - |
| XYZ | 31.31 | 47.7 | 29.75 | - |
| YUV | 165.41 | 109.71 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 133 | 0.5 | 0 | 0.35 | 0.2 | 138.24 | 0.5 | 0.6 |
| Hex | 66 | CC | 85 | 32 | 0 | 23 | 14 | 8A | 32 | 3C |
| Octal | 146 | 314 | 205 | 62 | 0 | 43 | 24 | 212 | 62 | 74 |
| Binary | 1100110 | 11001100 | 10000101 | 110010 | 0 | 100011 | 10100 | 10001010 | 110010 | 111100 |
Color Harmonies of #66CC85
Complementary color
Monochromatic Colors of #66CC85
Black with #66CC85
Text Example
Text Example
White with #66CC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CC85; }
p { color: rgb(102,204,133); }
H1.HeaderClassName
{
color: #66CC85;
}
.AnyTagClassName
{
color: #66CC85;
}
</style>
background-color css
<style>
a { background-color: #66CC85; }
a { background-color: rgb(102,204,133); }
div.DivClassName
{
background-color: #66CC85;
}
.BgClassName
{
background-color: #66CC85;
}
</style>
border-color css
<style>
span { border-color: #66CC85; }
span { border-color: rgb(102,204,133); }
td.TdClassName
{
border-color: #66CC85;
}
.TagClassName
{
border-color: #66CC85;
}
</style>