Shades of Silver Tree #65D995
Tints of Silver Tree #65D995
RGB
CMYK
RGB Variations
Color information
#65D995 (or 0x65D995) is known color: Silver Tree. HEX triplet: 65, D9 and 95. RGB value is (101,217,149). Sum of RGB (Red+Green+Blue) = 101+217+149=467 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.63% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #65D995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D995 is #9A266A. Grayscale: #AEAEAE. Windows color (decimal): -10102379 or 9820517. OLE color: 9820517.
HSL color Cylindrical-coordinate representation of color #65D995: hue angle of 144.83º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D995 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 217 | 149 | - |
| CMYK | 0.53 | 0 | 0.31 | 0.15 |
| HSL | 144.83º | 0.6% | 0.62% | - |
| HSV(B) | 144.83º | 0.53% | 0.85% | - |
| XYZ | 35.6 | 54.56 | 37.09 | - |
| YUV | 174.56 | 113.57 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 217 | 149 | 0.53 | 0 | 0.31 | 0.15 | 144.83 | 0.6 | 0.62 |
| Hex | 65 | D9 | 95 | 35 | 0 | 1F | F | 91 | 3C | 3E |
| Octal | 145 | 331 | 225 | 65 | 0 | 37 | 17 | 221 | 74 | 76 |
| Binary | 1100101 | 11011001 | 10010101 | 110101 | 0 | 11111 | 1111 | 10010001 | 111100 | 111110 |
Color Harmonies of #65D995
Complementary color
Monochromatic Colors of #65D995
Black with #65D995
Text Example
Text Example
White with #65D995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D995; }
p { color: rgb(101,217,149); }
H1.HeaderClassName
{
color: #65D995;
}
.AnyTagClassName
{
color: #65D995;
}
</style>
background-color css
<style>
a { background-color: #65D995; }
a { background-color: rgb(101,217,149); }
div.DivClassName
{
background-color: #65D995;
}
.BgClassName
{
background-color: #65D995;
}
</style>
border-color css
<style>
span { border-color: #65D995; }
span { border-color: rgb(101,217,149); }
td.TdClassName
{
border-color: #65D995;
}
.TagClassName
{
border-color: #65D995;
}
</style>