#64DC8E

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

Shades of Silver Tree #64DC8E

Tints of Silver Tree #64DC8E

Color information

#64DC8E (or 0x64DC8E) is unknown color: approx Silver Tree. HEX triplet: 64, DC and 8E. RGB value is (100,220,142). Sum of RGB (Red+Green+Blue) = 100+220+142=462 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.65% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #64DC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DC8E is #9B2371. Grayscale: #AFAFAF. Windows color (decimal): -10167154 or 9362532. OLE color: 9362532.

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

Color convert

RGB100220142-
CMYK0.5500.350.14
HSL141º63.16%62.75%-
HSV(B)141º54.55%86.27%-
XYZ35.7355.8534.49-
YUV175.23109.2474.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.65%
GREEN value IS 220 (86.33% from 255) = 47.62%
BLUE value IS 142 (55.86% from 255) = 30.74%
R=21.65%
G=47.62%
B=30.74%

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
Decimal1002201420.5500.350.1414163.1662.75
Hex64DC8E37023E8d3f3f
Octal14433421667043162157777
Binary110010011011100100011101101110100011111010001101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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