#65CE85

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

Shades of Silver Tree #65CE85

Tints of Silver Tree #65CE85

Color information

#65CE85 (or 0x65CE85) is unknown color: approx Silver Tree. HEX triplet: 65, CE and 85. RGB value is (101,206,133). Sum of RGB (Red+Green+Blue) = 101+206+133=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #65CE85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CE85 is #9A317A. Grayscale: #A6A6A6. Windows color (decimal): -10105211 or 8769125. OLE color: 8769125.

HSL color Cylindrical-coordinate representation of color #65CE85: hue angle of 138.29º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CE85 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB101206133-
CMYK0.5100.350.19
HSL138.29º51.72%60.2%-
HSV(B)138.29º50.97%80.78%-
XYZ31.6748.629.9-
YUV166.28109.2181.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.95%
GREEN value IS 206 (80.86% from 255) = 46.82%
BLUE value IS 133 (52.34% from 255) = 30.23%
R=22.95%
G=46.82%
B=30.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1012061330.5100.350.19138.2951.7260.2
Hex65CE8533023138a343c
Octal14531620563043232126474
Binary1100101110011101000010111001101000111001110001010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,206,133); }

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

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

 a { background-color: rgb(101,206,133); }

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

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

 span { border-color: rgb(101,206,133); }

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