Shades of Silver Tree #65DF96
Tints of Silver Tree #65DF96
RGB
CMYK
RGB Variations
Color information
#65DF96 (or 0x65DF96) is known color: Silver Tree. HEX triplet: 65, DF and 96. RGB value is (101,223,150). Sum of RGB (Red+Green+Blue) = 101+223+150=474 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.31% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #65DF96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DF96 is #9A2069. Grayscale: #B2B2B2. Windows color (decimal): -10100842 or 9887589. OLE color: 9887589.
HSL color Cylindrical-coordinate representation of color #65DF96: hue angle of 144.1º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65DF96 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 150 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.13 |
| HSL | 144.1º | 0.66% | 0.64% | - |
| HSV(B) | 144.1º | 0.55% | 0.87% | - |
| XYZ | 37.26 | 57.74 | 38.04 | - |
| YUV | 178.2 | 112.08 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 150 | 0.55 | 0 | 0.33 | 0.13 | 144.1 | 0.66 | 0.64 |
| Hex | 65 | DF | 96 | 37 | 0 | 21 | D | 90 | 42 | 40 |
| Octal | 145 | 337 | 226 | 67 | 0 | 41 | 15 | 220 | 102 | 100 |
| Binary | 1100101 | 11011111 | 10010110 | 110111 | 0 | 100001 | 1101 | 10010000 | 1000010 | 1000000 |
Color Harmonies of #65DF96
Complementary color
Monochromatic Colors of #65DF96
Black with #65DF96
Text Example
Text Example
White with #65DF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DF96; }
p { color: rgb(101,223,150); }
H1.HeaderClassName
{
color: #65DF96;
}
.AnyTagClassName
{
color: #65DF96;
}
</style>
background-color css
<style>
a { background-color: #65DF96; }
a { background-color: rgb(101,223,150); }
div.DivClassName
{
background-color: #65DF96;
}
.BgClassName
{
background-color: #65DF96;
}
</style>
border-color css
<style>
span { border-color: #65DF96; }
span { border-color: rgb(101,223,150); }
td.TdClassName
{
border-color: #65DF96;
}
.TagClassName
{
border-color: #65DF96;
}
</style>