Shades of Silver Tree #66CC8A
Tints of Silver Tree #66CC8A
RGB
CMYK
RGB Variations
Color information
#66CC8A (or 0x66CC8A) is known color: Silver Tree. HEX triplet: 66, CC and 8A. RGB value is (102,204,138). Sum of RGB (Red+Green+Blue) = 102+204+138=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CC8A is #993375. Grayscale: #A6A6A6. Windows color (decimal): -10040182 or 9096294. OLE color: 9096294.
HSL color Cylindrical-coordinate representation of color #66CC8A: hue angle of 141.18º 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 #66CC8A is Cyan = 0.5, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 204 | 138 | - |
| CMYK | 0.5 | 0 | 0.32 | 0.2 |
| HSL | 141.18º | 0.5% | 0.6% | - |
| HSV(B) | 141.18º | 0.5% | 0.8% | - |
| XYZ | 31.66 | 47.85 | 31.61 | - |
| YUV | 165.98 | 112.21 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 138 | 0.5 | 0 | 0.32 | 0.2 | 141.18 | 0.5 | 0.6 |
| Hex | 66 | CC | 8A | 32 | 0 | 20 | 14 | 8D | 32 | 3C |
| Octal | 146 | 314 | 212 | 62 | 0 | 40 | 24 | 215 | 62 | 74 |
| Binary | 1100110 | 11001100 | 10001010 | 110010 | 0 | 100000 | 10100 | 10001101 | 110010 | 111100 |
Color Harmonies of #66CC8A
Complementary color
Monochromatic Colors of #66CC8A
Black with #66CC8A
Text Example
Text Example
White with #66CC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CC8A; }
p { color: rgb(102,204,138); }
H1.HeaderClassName
{
color: #66CC8A;
}
.AnyTagClassName
{
color: #66CC8A;
}
</style>
background-color css
<style>
a { background-color: #66CC8A; }
a { background-color: rgb(102,204,138); }
div.DivClassName
{
background-color: #66CC8A;
}
.BgClassName
{
background-color: #66CC8A;
}
</style>
border-color css
<style>
span { border-color: #66CC8A; }
span { border-color: rgb(102,204,138); }
td.TdClassName
{
border-color: #66CC8A;
}
.TagClassName
{
border-color: #66CC8A;
}
</style>