#64DA8B

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

Shades of Silver Tree #64DA8B

Tints of Silver Tree #64DA8B

Color information

#64DA8B (or 0x64DA8B) is unknown color: approx Silver Tree. HEX triplet: 64, DA and 8B. RGB value is (100,218,139). Sum of RGB (Red+Green+Blue) = 100+218+139=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DA8B is #9B2574. Grayscale: #ADADAD. Windows color (decimal): -10167669 or 9165412. OLE color: 9165412.

HSL color Cylindrical-coordinate representation of color #64DA8B: hue angle of 139.83º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DA8B is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB100218139-
CMYK0.5400.360.15
HSL139.83º61.46%62.35%-
HSV(B)139.83º54.13%85.49%-
XYZ34.9954.7233.14-
YUV173.71108.4175.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.88%
GREEN value IS 218 (85.55% from 255) = 47.70%
BLUE value IS 139 (54.69% from 255) = 30.42%
R=21.88%
G=47.70%
B=30.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1002181390.5400.360.15139.8361.4662.35
Hex64DA8B36024F8c3d3e
Octal14433221366044172147576
Binary110010011011010100010111101100100100111110001100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,218,139); }

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

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

 a { background-color: rgb(100,218,139); }

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

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

 span { border-color: rgb(100,218,139); }

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