Shades of Silver Tree #65E096
Tints of Silver Tree #65E096
RGB
CMYK
RGB Variations
Color information
#65E096 (or 0x65E096) is known color: Silver Tree. HEX triplet: 65, E0 and 96. RGB value is (101,224,150). Sum of RGB (Red+Green+Blue) = 101+224+150=475 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.26% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #65E096 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E096 is #9A1F69. Grayscale: #B2B2B2. Windows color (decimal): -10100586 or 9887845. OLE color: 9887845.
HSL color Cylindrical-coordinate representation of color #65E096: hue angle of 143.9º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E096 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 224 | 150 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.12 |
| HSL | 143.9º | 0.66% | 0.64% | - |
| HSV(B) | 143.9º | 0.55% | 0.88% | - |
| XYZ | 37.53 | 58.28 | 38.13 | - |
| YUV | 178.79 | 111.75 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 224 | 150 | 0.55 | 0 | 0.33 | 0.12 | 143.9 | 0.66 | 0.64 |
| Hex | 65 | E0 | 96 | 37 | 0 | 21 | C | 90 | 42 | 40 |
| Octal | 145 | 340 | 226 | 67 | 0 | 41 | 14 | 220 | 102 | 100 |
| Binary | 1100101 | 11100000 | 10010110 | 110111 | 0 | 100001 | 1100 | 10010000 | 1000010 | 1000000 |
Color Harmonies of #65E096
Complementary color
Monochromatic Colors of #65E096
Black with #65E096
Text Example
Text Example
White with #65E096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E096; }
p { color: rgb(101,224,150); }
H1.HeaderClassName
{
color: #65E096;
}
.AnyTagClassName
{
color: #65E096;
}
</style>
background-color css
<style>
a { background-color: #65E096; }
a { background-color: rgb(101,224,150); }
div.DivClassName
{
background-color: #65E096;
}
.BgClassName
{
background-color: #65E096;
}
</style>
border-color css
<style>
span { border-color: #65E096; }
span { border-color: rgb(101,224,150); }
td.TdClassName
{
border-color: #65E096;
}
.TagClassName
{
border-color: #65E096;
}
</style>