#64D58C

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

Shades of Silver Tree #64D58C

Tints of Silver Tree #64D58C

Color information

#64D58C (or 0x64D58C) is unknown color: approx Silver Tree. HEX triplet: 64, D5 and 8C. RGB value is (100,213,140). Sum of RGB (Red+Green+Blue) = 100+213+140=453 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.08% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 213 - color contains mainly: green. Hex color #64D58C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D58C is #9B2A73. Grayscale: #ABABAB. Windows color (decimal): -10168948 or 9229668. OLE color: 9229668.

HSL color Cylindrical-coordinate representation of color #64D58C: hue angle of 141.24º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D58C is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB100213140-
CMYK0.5300.340.16
HSL141.24º57.36%61.37%-
HSV(B)141.24º53.05%83.53%-
XYZ33.7852.1933.1-
YUV170.89110.5677.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.08%
GREEN value IS 213 (83.59% from 255) = 47.02%
BLUE value IS 140 (55.08% from 255) = 30.91%
R=22.08%
G=47.02%
B=30.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002131400.5300.340.16141.2457.3661.37
Hex64D58C35022108d393d
Octal14432521465042202157175
Binary1100100110101011000110011010101000101000010001101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,213,140); }

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

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

 a { background-color: rgb(100,213,140); }

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

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

 span { border-color: rgb(100,213,140); }

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