Shades of Silver Tree #66CF95
Tints of Silver Tree #66CF95
RGB
CMYK
RGB Variations
Color information
#66CF95 (or 0x66CF95) is known color: Silver Tree. HEX triplet: 66, CF and 95. RGB value is (102,207,149). Sum of RGB (Red+Green+Blue) = 102+207+149=458 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.27% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CF95 is #99306A. Grayscale: #A9A9A9. Windows color (decimal): -10039403 or 9817958. OLE color: 9817958.
HSL color Cylindrical-coordinate representation of color #66CF95: hue angle of 146.86º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66CF95 is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 149 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.19 |
| HSL | 146.86º | 0.52% | 0.61% | - |
| HSV(B) | 146.86º | 0.51% | 0.81% | - |
| XYZ | 33.22 | 49.62 | 36.26 | - |
| YUV | 168.99 | 116.71 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 149 | 0.51 | 0 | 0.28 | 0.19 | 146.86 | 0.52 | 0.61 |
| Hex | 66 | CF | 95 | 33 | 0 | 1C | 13 | 93 | 34 | 3D |
| Octal | 146 | 317 | 225 | 63 | 0 | 34 | 23 | 223 | 64 | 75 |
| Binary | 1100110 | 11001111 | 10010101 | 110011 | 0 | 11100 | 10011 | 10010011 | 110100 | 111101 |
Color Harmonies of #66CF95
Complementary color
Monochromatic Colors of #66CF95
Black with #66CF95
Text Example
Text Example
White with #66CF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CF95; }
p { color: rgb(102,207,149); }
H1.HeaderClassName
{
color: #66CF95;
}
.AnyTagClassName
{
color: #66CF95;
}
</style>
background-color css
<style>
a { background-color: #66CF95; }
a { background-color: rgb(102,207,149); }
div.DivClassName
{
background-color: #66CF95;
}
.BgClassName
{
background-color: #66CF95;
}
</style>
border-color css
<style>
span { border-color: #66CF95; }
span { border-color: rgb(102,207,149); }
td.TdClassName
{
border-color: #66CF95;
}
.TagClassName
{
border-color: #66CF95;
}
</style>