Shades of Silver Tree #66CA82
Tints of Silver Tree #66CA82
RGB
CMYK
RGB Variations
Color information
#66CA82 (or 0x66CA82) is known color: Silver Tree. HEX triplet: 66, CA and 82. RGB value is (102,202,130). Sum of RGB (Red+Green+Blue) = 102+202+130=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CA82 is #99357D. Grayscale: #A4A4A4. Windows color (decimal): -10040702 or 8571494. OLE color: 8571494.
HSL color Cylindrical-coordinate representation of color #66CA82: hue angle of 136.8º 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 #66CA82 is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 202 | 130 | - |
| CMYK | 0.50 | 0 | 0.36 | 0.21 |
| HSL | 136.8º | 0.49% | 0.6% | - |
| HSV(B) | 136.8º | 0.5% | 0.79% | - |
| XYZ | 30.63 | 46.68 | 28.51 | - |
| YUV | 163.89 | 108.87 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 130 | 0.50 | 0 | 0.36 | 0.21 | 136.8 | 0.49 | 0.6 |
| Hex | 66 | CA | 82 | 32 | 0 | 24 | 15 | 89 | 31 | 3C |
| Octal | 146 | 312 | 202 | 62 | 0 | 44 | 25 | 211 | 61 | 74 |
| Binary | 1100110 | 11001010 | 10000010 | 110010 | 0 | 100100 | 10101 | 10001001 | 110001 | 111100 |
Color Harmonies of #66CA82
Complementary color
Monochromatic Colors of #66CA82
Black with #66CA82
Text Example
Text Example
White with #66CA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CA82; }
p { color: rgb(102,202,130); }
H1.HeaderClassName
{
color: #66CA82;
}
.AnyTagClassName
{
color: #66CA82;
}
</style>
background-color css
<style>
a { background-color: #66CA82; }
a { background-color: rgb(102,202,130); }
div.DivClassName
{
background-color: #66CA82;
}
.BgClassName
{
background-color: #66CA82;
}
</style>
border-color css
<style>
span { border-color: #66CA82; }
span { border-color: rgb(102,202,130); }
td.TdClassName
{
border-color: #66CA82;
}
.TagClassName
{
border-color: #66CA82;
}
</style>