Shades of Silver Tree #65D68F
Tints of Silver Tree #65D68F
RGB
CMYK
RGB Variations
Color information
#65D68F (or 0x65D68F) is known color: Silver Tree. HEX triplet: 65, D6 and 8F. RGB value is (101,214,143). Sum of RGB (Red+Green+Blue) = 101+214+143=458 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.05% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #65D68F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D68F is #9A2970. Grayscale: #ACACAC. Windows color (decimal): -10103153 or 9426533. OLE color: 9426533.
HSL color Cylindrical-coordinate representation of color #65D68F: hue angle of 142.3º 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 #65D68F is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 214 | 143 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.16 |
| HSL | 142.3º | 0.58% | 0.62% | - |
| HSV(B) | 142.3º | 0.53% | 0.84% | - |
| XYZ | 34.37 | 52.84 | 34.37 | - |
| YUV | 172.12 | 111.56 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 214 | 143 | 0.53 | 0 | 0.33 | 0.16 | 142.3 | 0.58 | 0.62 |
| Hex | 65 | D6 | 8F | 35 | 0 | 21 | 10 | 8E | 3A | 3E |
| Octal | 145 | 326 | 217 | 65 | 0 | 41 | 20 | 216 | 72 | 76 |
| Binary | 1100101 | 11010110 | 10001111 | 110101 | 0 | 100001 | 10000 | 10001110 | 111010 | 111110 |
Color Harmonies of #65D68F
Complementary color
Monochromatic Colors of #65D68F
Black with #65D68F
Text Example
Text Example
White with #65D68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D68F; }
p { color: rgb(101,214,143); }
H1.HeaderClassName
{
color: #65D68F;
}
.AnyTagClassName
{
color: #65D68F;
}
</style>
background-color css
<style>
a { background-color: #65D68F; }
a { background-color: rgb(101,214,143); }
div.DivClassName
{
background-color: #65D68F;
}
.BgClassName
{
background-color: #65D68F;
}
</style>
border-color css
<style>
span { border-color: #65D68F; }
span { border-color: rgb(101,214,143); }
td.TdClassName
{
border-color: #65D68F;
}
.TagClassName
{
border-color: #65D68F;
}
</style>