Shades of Silver Tree #65D693
Tints of Silver Tree #65D693
RGB
CMYK
RGB Variations
Color information
#65D693 (or 0x65D693) is known color: Silver Tree. HEX triplet: 65, D6 and 93. RGB value is (101,214,147). Sum of RGB (Red+Green+Blue) = 101+214+147=462 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.86% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 214 - color contains mainly: green. Hex color #65D693 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D693 is #9A296C. Grayscale: #ACACAC. Windows color (decimal): -10103149 or 9688677. OLE color: 9688677.
HSL color Cylindrical-coordinate representation of color #65D693: hue angle of 144.42º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D693 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 214 | 147 | - |
| CMYK | 0.53 | 0 | 0.31 | 0.16 |
| HSL | 144.42º | 0.58% | 0.62% | - |
| HSV(B) | 144.42º | 0.53% | 0.84% | - |
| XYZ | 34.68 | 52.97 | 36 | - |
| YUV | 172.58 | 113.56 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 214 | 147 | 0.53 | 0 | 0.31 | 0.16 | 144.42 | 0.58 | 0.62 |
| Hex | 65 | D6 | 93 | 35 | 0 | 1F | 10 | 90 | 3A | 3E |
| Octal | 145 | 326 | 223 | 65 | 0 | 37 | 20 | 220 | 72 | 76 |
| Binary | 1100101 | 11010110 | 10010011 | 110101 | 0 | 11111 | 10000 | 10010000 | 111010 | 111110 |
Color Harmonies of #65D693
Complementary color
Monochromatic Colors of #65D693
Black with #65D693
Text Example
Text Example
White with #65D693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D693; }
p { color: rgb(101,214,147); }
H1.HeaderClassName
{
color: #65D693;
}
.AnyTagClassName
{
color: #65D693;
}
</style>
background-color css
<style>
a { background-color: #65D693; }
a { background-color: rgb(101,214,147); }
div.DivClassName
{
background-color: #65D693;
}
.BgClassName
{
background-color: #65D693;
}
</style>
border-color css
<style>
span { border-color: #65D693; }
span { border-color: rgb(101,214,147); }
td.TdClassName
{
border-color: #65D693;
}
.TagClassName
{
border-color: #65D693;
}
</style>