#64dc95

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

Shades of Silver Tree #64DC95

Tints of Silver Tree #64DC95

Color information

#64DC95 (or 0x64DC95) is unknown color: approx Silver Tree. HEX triplet: 64, DC and 95. RGB value is (100,220,149). Sum of RGB (Red+Green+Blue) = 100+220+149=469 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.32% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #64DC95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DC95 is #9B236A. Grayscale: #B0B0B0. Windows color (decimal): -10167147 or 9821284. OLE color: 9821284.

HSL color Cylindrical-coordinate representation of color #64DC95: hue angle of 144.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DC95 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB100220149-
CMYK0.5500.320.14
HSL144.5º63.16%62.75%-
HSV(B)144.5º54.55%86.27%-
XYZ36.2756.0737.34-
YUV176.03112.7473.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.32%
GREEN value IS 220 (86.33% from 255) = 46.91%
BLUE value IS 149 (58.59% from 255) = 31.77%
R=21.32%
G=46.91%
B=31.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1002201490.5500.320.14144.563.1662.75
Hex64DC9537020E903f3f
Octal14433422567040162207777
Binary110010011011100100101011101110100000111010010000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64dc95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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