Shades of Silver Tree #66CA95
Tints of Silver Tree #66CA95
RGB
CMYK
RGB Variations
Color information
#66CA95 (or 0x66CA95) is known color: Silver Tree. HEX triplet: 66, CA and 95. RGB value is (102,202,149). Sum of RGB (Red+Green+Blue) = 102+202+149=453 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.52% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CA95 is #99356A. Grayscale: #A6A6A6. Windows color (decimal): -10040683 or 9816678. OLE color: 9816678.
HSL color Cylindrical-coordinate representation of color #66CA95: hue angle of 148.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 #66CA95 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 202 | 149 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.21 |
| HSL | 148.2º | 0.49% | 0.6% | - |
| HSV(B) | 148.2º | 0.5% | 0.79% | - |
| XYZ | 32.02 | 47.24 | 35.86 | - |
| YUV | 166.06 | 118.37 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 149 | 0.50 | 0 | 0.26 | 0.21 | 148.2 | 0.49 | 0.6 |
| Hex | 66 | CA | 95 | 32 | 0 | 1A | 15 | 94 | 31 | 3C |
| Octal | 146 | 312 | 225 | 62 | 0 | 32 | 25 | 224 | 61 | 74 |
| Binary | 1100110 | 11001010 | 10010101 | 110010 | 0 | 11010 | 10101 | 10010100 | 110001 | 111100 |
Color Harmonies of #66CA95
Complementary color
Monochromatic Colors of #66CA95
Black with #66CA95
Text Example
Text Example
White with #66CA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CA95; }
p { color: rgb(102,202,149); }
H1.HeaderClassName
{
color: #66CA95;
}
.AnyTagClassName
{
color: #66CA95;
}
</style>
background-color css
<style>
a { background-color: #66CA95; }
a { background-color: rgb(102,202,149); }
div.DivClassName
{
background-color: #66CA95;
}
.BgClassName
{
background-color: #66CA95;
}
</style>
border-color css
<style>
span { border-color: #66CA95; }
span { border-color: rgb(102,202,149); }
td.TdClassName
{
border-color: #66CA95;
}
.TagClassName
{
border-color: #66CA95;
}
</style>