#64DD8F

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

Shades of Silver Tree #64DD8F

Tints of Silver Tree #64DD8F

Color information

#64DD8F (or 0x64DD8F) is unknown color: approx Silver Tree. HEX triplet: 64, DD and 8F. RGB value is (100,221,143). Sum of RGB (Red+Green+Blue) = 100+221+143=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DD8F is #9B2270. Grayscale: #B0B0B0. Windows color (decimal): -10166897 or 9428324. OLE color: 9428324.

HSL color Cylindrical-coordinate representation of color #64DD8F: hue angle of 141.32º 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 #64DD8F is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB100221143-
CMYK0.5500.350.13
HSL141.32º64.02%62.94%-
HSV(B)141.32º54.75%86.67%-
XYZ36.0756.4134.97-
YUV175.93109.4173.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.55%
GREEN value IS 221 (86.72% from 255) = 47.63%
BLUE value IS 143 (56.25% from 255) = 30.82%
R=21.55%
G=47.63%
B=30.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002211430.5500.350.13141.3264.0262.94
Hex64DD8F37023D8d403f
Octal144335217670431521510077
Binary1100100110111011000111111011101000111101100011011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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