Shades of Silver Tree #66CA8A
Tints of Silver Tree #66CA8A
RGB
CMYK
RGB Variations
Color information
#66CA8A (or 0x66CA8A) is known color: Silver Tree. HEX triplet: 66, CA and 8A. RGB value is (102,202,138). Sum of RGB (Red+Green+Blue) = 102+202+138=442 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.08% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CA8A is #993575. Grayscale: #A4A4A4. Windows color (decimal): -10040694 or 9095782. OLE color: 9095782.
HSL color Cylindrical-coordinate representation of color #66CA8A: hue angle of 141.6º 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 #66CA8A is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 202 | 138 | - |
| CMYK | 0.50 | 0 | 0.32 | 0.21 |
| HSL | 141.6º | 0.49% | 0.6% | - |
| HSV(B) | 141.6º | 0.5% | 0.79% | - |
| XYZ | 31.19 | 46.9 | 31.45 | - |
| YUV | 164.8 | 112.87 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 138 | 0.50 | 0 | 0.32 | 0.21 | 141.6 | 0.49 | 0.6 |
| Hex | 66 | CA | 8A | 32 | 0 | 20 | 15 | 8E | 31 | 3C |
| Octal | 146 | 312 | 212 | 62 | 0 | 40 | 25 | 216 | 61 | 74 |
| Binary | 1100110 | 11001010 | 10001010 | 110010 | 0 | 100000 | 10101 | 10001110 | 110001 | 111100 |
Color Harmonies of #66CA8A
Complementary color
Monochromatic Colors of #66CA8A
Black with #66CA8A
Text Example
Text Example
White with #66CA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CA8A; }
p { color: rgb(102,202,138); }
H1.HeaderClassName
{
color: #66CA8A;
}
.AnyTagClassName
{
color: #66CA8A;
}
</style>
background-color css
<style>
a { background-color: #66CA8A; }
a { background-color: rgb(102,202,138); }
div.DivClassName
{
background-color: #66CA8A;
}
.BgClassName
{
background-color: #66CA8A;
}
</style>
border-color css
<style>
span { border-color: #66CA8A; }
span { border-color: rgb(102,202,138); }
td.TdClassName
{
border-color: #66CA8A;
}
.TagClassName
{
border-color: #66CA8A;
}
</style>