#65D895

Color #65D895 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #65D895

Tints of Silver Tree #65D895

Color information

#65D895 (or 0x65D895) is unknown color: approx Silver Tree. HEX triplet: 65, D8 and 95. RGB value is (101,216,149). Sum of RGB (Red+Green+Blue) = 101+216+149=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 216 - color contains mainly: green. Hex color #65D895 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D895 is #9A276A. Grayscale: #AEAEAE. Windows color (decimal): -10102635 or 9820261. OLE color: 9820261.

HSL color Cylindrical-coordinate representation of color #65D895: hue angle of 145.04º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D895 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB101216149-
CMYK0.5300.310.15
HSL145.04º59.59%62.16%-
HSV(B)145.04º53.24%84.71%-
XYZ35.3554.0537-
YUV173.98113.975.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 21.67%
GREEN value IS 216 (84.77% from 255) = 46.35%
BLUE value IS 149 (58.59% from 255) = 31.97%
R=21.67%
G=46.35%
B=31.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1012161490.5300.310.15145.0459.5962.16
Hex65D8953501FF913c3e
Octal14533022565037172217476
Binary11001011101100010010101110101011111111110010001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65D895; }

 p { color: rgb(101,216,149); }

 H1.HeaderClassName
 {
   color: #65D895;
 }
 .AnyTagClassName
 {
   color: #65D895;
 }
</style>
background-color css

<style>
 a { background-color: #65D895; }

 a { background-color: rgb(101,216,149); }

 div.DivClassName
 {
   background-color: #65D895;
 }
 .BgClassName
 {
   background-color: #65D895;
 }
</style>
border-color css

<style>
 span { border-color: #65D895; }

 span { border-color: rgb(101,216,149); }

 td.TdClassName
 {
   border-color: #65D895;
 }
 .TagClassName
 {
   border-color: #65D895;
 }
</style>