#64C295

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

Shades of Silver Tree #64C295

Tints of Silver Tree #64C295

Color information

#64C295 (or 0x64C295) is unknown color: approx Silver Tree. HEX triplet: 64, C2 and 95. RGB value is (100,194,149). Sum of RGB (Red+Green+Blue) = 100+194+149=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 194 - color contains mainly: green. Hex color #64C295 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C295 is #9B3D6A. Grayscale: #A0A0A0. Windows color (decimal): -10173803 or 9814628. OLE color: 9814628.

HSL color Cylindrical-coordinate representation of color #64C295: hue angle of 151.28º degrees, saturation: 0.44, 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 #64C295 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB100194149-
CMYK0.4800.230.24
HSL151.28º43.52%57.65%-
HSV(B)151.28º48.45%76.08%-
XYZ29.9743.4635.24-
YUV160.76121.3684.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.57%
GREEN value IS 194 (76.17% from 255) = 43.79%
BLUE value IS 149 (58.59% from 255) = 33.63%
R=22.57%
G=43.79%
B=33.63%

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
Decimal1001941490.4800.230.24151.2843.5257.65
Hex64C2953001718972c3a
Octal14430222560027302275472
Binary110010011000010100101011100000101111100010010111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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