#64DD8D

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

Shades of Silver Tree #64DD8D

Tints of Silver Tree #64DD8D

Color information

#64DD8D (or 0x64DD8D) is unknown color: approx Silver Tree. HEX triplet: 64, DD and 8D. RGB value is (100,221,141). Sum of RGB (Red+Green+Blue) = 100+221+141=462 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.65% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DD8D is #9B2272. Grayscale: #AFAFAF. Windows color (decimal): -10166899 or 9297252. OLE color: 9297252.

HSL color Cylindrical-coordinate representation of color #64DD8D: hue angle of 140.33º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DD8D is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB100221141-
CMYK0.5500.360.13
HSL140.33º64.02%62.94%-
HSV(B)140.33º54.75%86.67%-
XYZ35.9256.3534.18-
YUV175.7108.4174-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.65%
GREEN value IS 221 (86.72% from 255) = 47.84%
BLUE value IS 141 (55.47% from 255) = 30.52%
R=21.65%
G=47.84%
B=30.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002211410.5500.360.13140.3364.0262.94
Hex64DD8D37024D8c403f
Octal144335215670441521410077
Binary1100100110111011000110111011101001001101100011001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,221,141); }

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

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

 a { background-color: rgb(100,221,141); }

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

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

 span { border-color: rgb(100,221,141); }

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