#64DC8B

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

Shades of Silver Tree #64DC8B

Tints of Silver Tree #64DC8B

Color information

#64DC8B (or 0x64DC8B) is unknown color: approx Silver Tree. HEX triplet: 64, DC and 8B. RGB value is (100,220,139). Sum of RGB (Red+Green+Blue) = 100+220+139=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #64DC8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DC8B is #9B2374. Grayscale: #AFAFAF. Windows color (decimal): -10167157 or 9165924. OLE color: 9165924.

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

Color convert

RGB100220139-
CMYK0.5500.370.14
HSL139.5º63.16%62.75%-
HSV(B)139.5º54.55%86.27%-
XYZ35.5155.7633.32-
YUV174.89107.7474.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.79%
GREEN value IS 220 (86.33% from 255) = 47.93%
BLUE value IS 139 (54.69% from 255) = 30.28%
R=21.79%
G=47.93%
B=30.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1002201390.5500.370.14139.563.1662.75
Hex64DC8B37025E8c3f3f
Octal14433421367045162147777
Binary110010011011100100010111101110100101111010001100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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