Shades of Silver Tree #65DC93
Tints of Silver Tree #65DC93
RGB
CMYK
RGB Variations
Color information
#65DC93 (or 0x65DC93) is known color: Silver Tree. HEX triplet: 65, DC and 93. RGB value is (101,220,147). Sum of RGB (Red+Green+Blue) = 101+220+147=468 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.58% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #65DC93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DC93 is #9A236C. Grayscale: #B0B0B0. Windows color (decimal): -10101613 or 9690213. OLE color: 9690213.
HSL color Cylindrical-coordinate representation of color #65DC93: hue angle of 143.19º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DC93 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 147 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.14 |
| HSL | 143.19º | 0.63% | 0.63% | - |
| HSV(B) | 143.19º | 0.54% | 0.86% | - |
| XYZ | 36.23 | 56.06 | 36.52 | - |
| YUV | 176.1 | 111.58 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 147 | 0.54 | 0 | 0.33 | 0.14 | 143.19 | 0.63 | 0.63 |
| Hex | 65 | DC | 93 | 36 | 0 | 21 | E | 8F | 3F | 3F |
| Octal | 145 | 334 | 223 | 66 | 0 | 41 | 16 | 217 | 77 | 77 |
| Binary | 1100101 | 11011100 | 10010011 | 110110 | 0 | 100001 | 1110 | 10001111 | 111111 | 111111 |
Color Harmonies of #65DC93
Complementary color
Monochromatic Colors of #65DC93
Black with #65DC93
Text Example
Text Example
White with #65DC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DC93; }
p { color: rgb(101,220,147); }
H1.HeaderClassName
{
color: #65DC93;
}
.AnyTagClassName
{
color: #65DC93;
}
</style>
background-color css
<style>
a { background-color: #65DC93; }
a { background-color: rgb(101,220,147); }
div.DivClassName
{
background-color: #65DC93;
}
.BgClassName
{
background-color: #65DC93;
}
</style>
border-color css
<style>
span { border-color: #65DC93; }
span { border-color: rgb(101,220,147); }
td.TdClassName
{
border-color: #65DC93;
}
.TagClassName
{
border-color: #65DC93;
}
</style>