#65C295

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

Shades of Silver Tree #65C295

Tints of Silver Tree #65C295

Color information

#65C295 (or 0x65C295) is unknown color: approx Silver Tree. HEX triplet: 65, C2 and 95. RGB value is (101,194,149). Sum of RGB (Red+Green+Blue) = 101+194+149=444 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.75% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 194 - color contains mainly: green. Hex color #65C295 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C295 is #9A3D6A. Grayscale: #A1A1A1. Windows color (decimal): -10108267 or 9814629. OLE color: 9814629.

HSL color Cylindrical-coordinate representation of color #65C295: hue angle of 150.97º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C295 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB101194149-
CMYK0.4800.230.24
HSL150.97º43.26%57.84%-
HSV(B)150.97º47.94%76.08%-
XYZ30.0843.5235.25-
YUV161.06121.1985.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.75%
GREEN value IS 194 (76.17% from 255) = 43.69%
BLUE value IS 149 (58.59% from 255) = 33.56%
R=22.75%
G=43.69%
B=33.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011941490.4800.230.24150.9743.2657.84
Hex65C2953001718972b3a
Octal14530222560027302275372
Binary110010111000010100101011100000101111100010010111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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