#64BF95

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

Shades of Silver Tree #64BF95

Tints of Silver Tree #64BF95

Color information

#64BF95 (or 0x64BF95) is unknown color: approx Silver Tree. HEX triplet: 64, BF and 95. RGB value is (100,191,149). Sum of RGB (Red+Green+Blue) = 100+191+149=440 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.73% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BF95 is #9B406A. Grayscale: #9F9F9F. Windows color (decimal): -10174571 or 9813860. OLE color: 9813860.

HSL color Cylindrical-coordinate representation of color #64BF95: hue angle of 152.31º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64BF95 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB100191149-
CMYK0.4800.220.25
HSL152.31º41.55%57.06%-
HSV(B)152.31º47.64%74.9%-
XYZ29.3142.1435.02-
YUV159122.3585.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.73%
GREEN value IS 191 (75% from 255) = 43.41%
BLUE value IS 149 (58.59% from 255) = 33.86%
R=22.73%
G=43.41%
B=33.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001911490.4800.220.25152.3141.5557.06
Hex64BF953001619982a39
Octal14427722560026312305271
Binary110010010111111100101011100000101101100110011000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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