#64DC8F

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

Shades of Silver Tree #64DC8F

Tints of Silver Tree #64DC8F

Color information

#64DC8F (or 0x64DC8F) is unknown color: approx Silver Tree. HEX triplet: 64, DC and 8F. RGB value is (100,220,143). Sum of RGB (Red+Green+Blue) = 100+220+143=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #64DC8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DC8F is #9B2370. Grayscale: #AFAFAF. Windows color (decimal): -10167153 or 9428068. OLE color: 9428068.

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

Color convert

RGB100220143-
CMYK0.5500.350.14
HSL141.5º63.16%62.75%-
HSV(B)141.5º54.55%86.27%-
XYZ35.8155.8834.89-
YUV175.34109.7474.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.60%
GREEN value IS 220 (86.33% from 255) = 47.52%
BLUE value IS 143 (56.25% from 255) = 30.89%
R=21.60%
G=47.52%
B=30.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1002201430.5500.350.14141.563.1662.75
Hex64DC8F37023E8e3f3f
Octal14433421767043162167777
Binary110010011011100100011111101110100011111010001110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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